Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6351)

Unified Diff: chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc

Issue 14694010: Consolidate manifest handler registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698