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

Unified Diff: chrome/browser/about_flags.cc

Issue 2076763004: Use ENABLE_DISABLE_VALUE_TYPE for storage-manager switch and enable it by default on dev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms.xml Created 4 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 | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 45de8fe4fba9f5e300237bbde24f7d6cc4fc9e83..d7414f01549aa3861cad2ec6a83e51bc1be7c8cf 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1102,7 +1102,8 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshEnableFullscreenAppList)},
{"enable-storage-manager", IDS_FLAGS_STORAGE_MANAGER_NAME,
IDS_FLAGS_STORAGE_MANAGER_DESCRIPTION, kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableStorageManager)},
+ ENABLE_DISABLE_VALUE_TYPE(chromeos::switches::kEnableStorageManager,
+ chromeos::switches::kDisableStorageManager)},
#endif
{"enable-simple-cache-backend", IDS_FLAGS_SIMPLE_CACHE_BACKEND_NAME,
IDS_FLAGS_SIMPLE_CACHE_BACKEND_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698