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

Unified Diff: chrome/browser/android/chrome_feature_list.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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index dfda1e8d7ac71de09ee52ab2b7da34920fafa9c4..e9339afbeb9a4e1725635913b86dd1ba8aeff6b2 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -45,6 +45,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kContextualSearchSingleActions,
&kDownloadsUiFeature,
&kImportantSitesInCBD,
+ &kImprovedA2HS,
&kNoCreditCardAbort,
&kNTPFakeOmniboxTextFeature,
&kNTPOfflinePagesFeature,
@@ -53,7 +54,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kSpecialLocaleFeature,
&kSpecialLocaleWrapper,
&kTabReparenting,
- &kWebApks,
&kWebPaymentsModifiers,
&ntp_snippets::kContentSuggestionsFeature,
&ntp_snippets::kIncreasedVisibility,
@@ -91,6 +91,11 @@ const base::Feature kDownloadsUiFeature{"DownloadsUi",
const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Makes "Add to Home screen" in the app menu generate an APK for the shortcut
+// URL which opens Chrome in fullscreen.
+const base::Feature kImprovedA2HS{"ImprovedA2HS",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kNoCreditCardAbort{"NoCreditCardAbort",
base::FEATURE_DISABLED_BY_DEFAULT};
@@ -118,10 +123,6 @@ const base::Feature kTabReparenting{"TabReparenting",
const base::Feature kUserMediaScreenCapturing{
"UserMediaScreenCapturing", base::FEATURE_DISABLED_BY_DEFAULT};
-// Makes "Add to Home screen" in the app menu generate an APK for the shortcut
-// URL which opens Chrome in fullscreen.
-const base::Feature kWebApks{"WebApks", base::FEATURE_DISABLED_BY_DEFAULT};
-
const base::Feature kWebPaymentsModifiers{"WebPaymentsModifiers",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698