| Index: chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc b/chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc
|
| index c08c154377dc18da1f0045588a4b84a14511b84a..f2c3a918fc2929788b1eee73a71d2c4d18b65a5b 100644
|
| --- a/chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc
|
| @@ -17,11 +17,6 @@ namespace errors = extension_manifest_errors;
|
| namespace extensions {
|
|
|
| class ContentScriptsManifestTest : public ExtensionManifestTest {
|
| - protected:
|
| - virtual void SetUp() OVERRIDE {
|
| - ExtensionManifestTest::SetUp();
|
| - (new ContentScriptsHandler)->Register();
|
| - }
|
| };
|
|
|
| TEST_F(ContentScriptsManifestTest, MatchPattern) {
|
|
|