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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0c450de48a12e4ec42a8b62c4063001bb18e4e27..7336c235939dc234307523b74b3881446017f9a7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1041,7 +1041,7 @@ const char kEnableHostedMode[] = "enable-hosted-mode";
const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
// Enables "Add to Home screen" in the app menu to generate WebAPKs.
-const char kEnableWebApk[] = "enable-webapk";
+const char kEnableWebApk[] = "enable-improved-a2hs";
// Forces the update menu badge to show.
const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge";
« 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