Index: chrome/common/extensions/extension_manifests_unittest.cc |
diff --git a/chrome/common/extensions/extension_manifests_unittest.cc b/chrome/common/extensions/extension_manifests_unittest.cc |
index 696f64a9fb22a349913bfd39bce9773c3669c720..0cadcb734c194709d37f7cb5a3b510f1b669f390 100644 |
--- a/chrome/common/extensions/extension_manifests_unittest.cc |
+++ b/chrome/common/extensions/extension_manifests_unittest.cc |
@@ -775,8 +775,6 @@ TEST_F(ExtensionManifestTest, TtsEngine) { |
} |
TEST_F(ExtensionManifestTest, WebIntents) { |
- CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnableWebIntents); |
- |
LoadAndExpectError("intent_invalid_1.json", |
extension_manifest_errors::kInvalidIntents); |
LoadAndExpectError("intent_invalid_2.json", |
@@ -822,8 +820,6 @@ TEST_F(ExtensionManifestTest, WebIntents) { |
} |
TEST_F(ExtensionManifestTest, WebIntentsWithMultipleMimeTypes) { |
- CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnableWebIntents); |
- |
scoped_refptr<Extension> extension( |
LoadAndExpectSuccess("intent_valid_multitype.json")); |
ASSERT_TRUE(extension.get() != NULL); |