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

Unified Diff: chrome/browser/about_flags.cc

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: histograms.xml Created 4 years, 3 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8c01371c200db0624324aebee1e473f33040bd77..ca61327126559894ebaeb1e9312fcec7399a3b01 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1208,6 +1208,10 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_STORAGE_MANAGER_DESCRIPTION, kOsCrOS,
ENABLE_DISABLE_VALUE_TYPE(chromeos::switches::kEnableStorageManager,
chromeos::switches::kDisableStorageManager)},
+ {"enable-md-storage-manager", IDS_FLAGS_MD_STORAGE_MANAGER_NAME,
+ IDS_FLAGS_MD_STORAGE_MANAGER_DESCRIPTION, kOsCrOS,
+ ENABLE_DISABLE_VALUE_TYPE(chromeos::switches::kEnableMdStorageManager,
+ chromeos::switches::kDisableMdStorageManager)},
#endif // OS_CHROMEOS
{"enable-simple-cache-backend", IDS_FLAGS_SIMPLE_CACHE_BACKEND_NAME,
IDS_FLAGS_SIMPLE_CACHE_BACKEND_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698