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

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

Issue 2957193002: Enable search engine promo by default (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | 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 c3bd542a28456f6003b486e151646fcd30778b42..608c851eb5b779250ef2c7c216138689d59cd72a 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -186,10 +186,10 @@ const base::Feature kImprovedA2HS{"ImprovedA2HS",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kSearchEnginePromoExistingDevice{
- "SearchEnginePromo.ExistingDevice", base::FEATURE_DISABLED_BY_DEFAULT};
+ "SearchEnginePromo.ExistingDevice", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSearchEnginePromoNewDevice{
- "SearchEnginePromo.NewDevice", base::FEATURE_DISABLED_BY_DEFAULT};
+ "SearchEnginePromo.NewDevice", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kNewPhotoPicker{"NewPhotoPicker",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698