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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: fix comments Created 3 years, 7 months 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index e4b046c9f4a8e5aeebe603ad7eec88b5fd09dd10..f20f6e195d2a09a40477fa49803023da4afd65a5 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -39,6 +39,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&autofill::kAutofillScanCardholderName,
&features::kConsistentOmniboxGeolocation,
&features::kCopylessPaste,
+ &features::kImportantSitesInCbd,
&features::kNativeAndroidHistoryManager,
&features::kServiceWorkerPaymentApps,
&features::kSimplifiedFullscreenUI,
@@ -61,7 +62,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&data_reduction_proxy::features::kDataReductionMainMenu,
&data_reduction_proxy::features::kDataReductionSiteBreakdown,
&kFullscreenActivity,
- &kImportantSitesInCBD,
&kImprovedA2HS,
&kNewPhotoPicker,
&kNoCreditCardAbort,
@@ -150,9 +150,6 @@ const base::Feature kDownloadAutoResumptionThrottling{
const base::Feature kFullscreenActivity{"FullscreenActivity",
base::FEATURE_DISABLED_BY_DEFAULT};
-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",

Powered by Google App Engine
This is Rietveld 408576698