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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2517083002: Enable MD storage manager by default. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « chrome/browser/resources/settings/device_page/device_page.js ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index a5b778ee10f62da996e37d95ecfe877b486616d0..e51110a711d016d2690bd522b177b563e444e4cd 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -625,10 +625,6 @@ void AddDeviceStrings(content::WebUIDataSource* html_source) {
html_source->AddString("naturalScrollLearnMoreLink",
base::ASCIIToUTF16(chrome::kNaturalScrollHelpURL));
-
- html_source->AddBoolean("showStorageManager",
- base::CommandLine::ForCurrentProcess()->HasSwitch(
- chromeos::switches::kEnableMdStorageManager));
}
#endif
« no previous file with comments | « chrome/browser/resources/settings/device_page/device_page.js ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698