diff options
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r-- | chrome/common/extensions/extension.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index 92d0c5e..9fc73cd 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -1132,7 +1132,7 @@ bool Extension::LoadWebIntentServices(const extensions::Manifest* manifest, string16* error) { DCHECK(error); - if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableWebIntents)) + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableWebIntents)) return true; if (!manifest->HasKey(keys::kIntents)) |