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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 1a18f641f600ffbfd9eebd27328364b874ab8a84..4d1d701e5109e507fce10e166d1db39997d6d7a8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2016,7 +2016,7 @@ const FeatureEntry kFeatureEntries[] = {
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableBrowserTaskScheduler,
switches::kDisableBrowserTaskScheduler)},
#if defined(OS_ANDROID)
- {"enable-webapk", IDS_FLAGS_ENABLE_WEBAPK,
+ {"enable-improved-a2hs", IDS_FLAGS_ENABLE_WEBAPK,
IDS_FLAGS_ENABLE_WEBAPK_DESCRIPTION, kOsAndroid,
SINGLE_VALUE_TYPE(switches::kEnableWebApk)},
{"no-credit-card-abort", IDS_FLAGS_NO_CREDIT_CARD_ABORT,
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHost.java ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698