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 7fab0a430d706712ca1c9648fbba77ee294a5468..0b4b6a2498a4f4fac84402c221b7bdf871208fba 100644 |
--- a/chrome/browser/android/chrome_feature_list.cc |
+++ b/chrome/browser/android/chrome_feature_list.cc |
@@ -42,7 +42,7 @@ const base::Feature* kFeaturesExposedToJava[] = { |
} // namespace |
const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
Theresa
2016/04/27 21:11:00
This is launching?
dmurph
2016/04/29 23:53:49
No, I just have this enabled for testing. Sorry!
|
const base::Feature kMediaStyleNotification { |
"MediaStyleNotification", base::FEATURE_DISABLED_BY_DEFAULT |