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

Unified Diff: chrome/browser/about_flags.cc

Issue 2544973002: Make chrome://flags control whether the WebAPK feature is on (Closed)
Patch Set: Merge branch 'master' into feature_on_default Created 4 years 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 dc77e84d4d3cee3c587f53b80b3f62545c49578b..7547369fca0de944f6113f7a791c40ce7322fe28 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2018,7 +2018,7 @@ const FeatureEntry kFeatureEntries[] = {
#if defined(OS_ANDROID)
{"enable-improved-a2hs", IDS_FLAGS_ENABLE_WEBAPK,
IDS_FLAGS_ENABLE_WEBAPK_DESCRIPTION, kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableWebApk)},
+ FEATURE_VALUE_TYPE(chrome::android::kImprovedA2HS)},
{"no-credit-card-abort", IDS_FLAGS_NO_CREDIT_CARD_ABORT,
IDS_FLAGS_NO_CREDIT_CARD_ABORT_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kNoCreditCardAbort)},

Powered by Google App Engine
This is Rietveld 408576698