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

Unified Diff: chrome/browser/about_flags.cc

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: Address review comments 2. Created 4 years, 2 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 a543c2e06c1559f81bf7f5c357cdab0d027fd62c..542dc41f8ee188405267a0583de33136cec4597e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1212,6 +1212,9 @@ 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,
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableMdStorageManager)},
#endif // OS_CHROMEOS
{"enable-simple-cache-backend", IDS_FLAGS_SIMPLE_CACHE_BACKEND_NAME,
IDS_FLAGS_SIMPLE_CACHE_BACKEND_DESCRIPTION,
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/device_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698