| 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 c80b1459f1c008b346eca10066c0b156f198a52e..7e77b9afef3348298d82eaee6cbcef21528ad47d 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -744,8 +744,8 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| values->SetBoolean("allowBluetooth", allow_bluetooth);
|
|
|
| values->SetBoolean("enableStorageManager",
|
| - base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kEnableStorageManager));
|
| + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + chromeos::switches::kDisableStorageManager));
|
| #endif
|
| }
|
|
|
|
|