Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 2496433002: Rename --enable-webapk command line flag to --enable-improved-a2hs (Closed)
Patch Set: Merge branch 'master' into rename_flag Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "printing/features/features.h" 10 #include "printing/features/features.h"
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "cs-contextual-cards-bar-integration"; 1034 "cs-contextual-cards-bar-integration";
1035 1035
1036 // Enables chrome hosted mode for Android. 1036 // Enables chrome hosted mode for Android.
1037 const char kEnableHostedMode[] = "enable-hosted-mode"; 1037 const char kEnableHostedMode[] = "enable-hosted-mode";
1038 1038
1039 // Enables a hung renderer InfoBar allowing the user to close or wait on 1039 // Enables a hung renderer InfoBar allowing the user to close or wait on
1040 // unresponsive web content. 1040 // unresponsive web content.
1041 const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar"; 1041 const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
1042 1042
1043 // Enables "Add to Home screen" in the app menu to generate WebAPKs. 1043 // Enables "Add to Home screen" in the app menu to generate WebAPKs.
1044 const char kEnableWebApk[] = "enable-webapk"; 1044 const char kEnableWebApk[] = "enable-improved-a2hs";
1045 1045
1046 // Forces the update menu badge to show. 1046 // Forces the update menu badge to show.
1047 const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge"; 1047 const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge";
1048 1048
1049 // Forces the update menu item to show. 1049 // Forces the update menu item to show.
1050 const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item"; 1050 const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item";
1051 1051
1052 // Forces a custom summary to be displayed below the update menu item. 1052 // Forces a custom summary to be displayed below the update menu item.
1053 const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary"; 1053 const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary";
1054 1054
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 1309
1310 // ----------------------------------------------------------------------------- 1310 // -----------------------------------------------------------------------------
1311 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1311 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1312 // 1312 //
1313 // You were going to just dump your switches here, weren't you? Instead, please 1313 // You were going to just dump your switches here, weren't you? Instead, please
1314 // put them in alphabetical order above, or in order inside the appropriate 1314 // put them in alphabetical order above, or in order inside the appropriate
1315 // ifdef at the bottom. The order should match the header. 1315 // ifdef at the bottom. The order should match the header.
1316 // ----------------------------------------------------------------------------- 1316 // -----------------------------------------------------------------------------
1317 1317
1318 } // namespace switches 1318 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/public/android/java/src/org/chromium/content/app/ChildProcessServiceImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698