| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index 0f23bbece4ea21e072bdbe07c57c6d01c3ba0e17..a6e01650df72221c09664821de026d53440862da 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -479,8 +479,8 @@ void BrowserContext::Initialize(
|
|
|
| // New embedded service factories should be added to |connection| here.
|
|
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kMojoLocalStorage)) {
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableMojoLocalStorage)) {
|
| ServiceInfo info;
|
| // TODO(mek): Use sequenced task runner rather than single thread task
|
| // runner when mojo supports that (http://crbug.com/678155).
|
|
|