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

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

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, working Created 4 years, 8 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 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

Powered by Google App Engine
This is Rietveld 408576698