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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 2389793003: Remove a flag to show storage manager in options page. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/resources/options/browser_options.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/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 6a632f3ef04f57220057991268207d3c6a83d526..df89a2a01a55f55bdd57e6633abd6d0373fff0de 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -740,10 +740,6 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
cros_settings->GetBoolean(chromeos::kAllowBluetooth, &allow_bluetooth);
values->SetBoolean("allowBluetooth", allow_bluetooth);
- values->SetBoolean("enableStorageManager",
- !base::CommandLine::ForCurrentProcess()->HasSwitch(
- chromeos::switches::kDisableStorageManager));
-
values->SetBoolean("showQuickUnlockSettings",
chromeos::IsQuickUnlockEnabled());
if (chromeos::IsQuickUnlockEnabled()) {
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698