Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index 8dae526dd663eedc86d0663d7bb9041f41387e7e..95d231d8699c6a7a629c51ae480f8063439feb63 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)) |