Index: chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc |
diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc |
index a6fcab1fb8a44f168904b74f7a7a1e5f9cab78ae..10ddbe30542d1fe83870f9a676a37479118c9128 100644 |
--- a/chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc |
+++ b/chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc |
@@ -7,7 +7,6 @@ |
#include "base/command_line.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/values.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/common/extensions/background_info.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_manifest_constants.h" |
@@ -90,8 +89,6 @@ TEST_F(ExtensionManifestBackgroundTest, BackgroundAllowNoJsAccess) { |
} |
TEST_F(ExtensionManifestBackgroundTest, BackgroundPageWebRequest) { |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kEnableExperimentalExtensionApis); |
Feature::ScopedCurrentChannel current_channel( |
chrome::VersionInfo::CHANNEL_DEV); |