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

Unified Diff: chrome/common/extensions/manifest_tests/extension_manifests_offline_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_tests/extension_manifests_offline_unittest.cc
diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_offline_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_offline_unittest.cc
index 8fc46bfac75d9fac02135dad92f8c483c1bf5a82..4fc698cf0d3cd70c1be9f787ad02f16eaf1d727a 100644
--- a/chrome/common/extensions/manifest_tests/extension_manifests_offline_unittest.cc
+++ b/chrome/common/extensions/manifest_tests/extension_manifests_offline_unittest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/background_info.h"
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_manifest_constants.h"
#include "chrome/common/extensions/manifest_handlers/offline_enabled_info.h"
@@ -14,11 +13,6 @@ namespace errors = extension_manifest_errors;
namespace extensions {
class ExtensionManifestOfflineEnabledTest : public ExtensionManifestTest {
- virtual void SetUp() OVERRIDE {
- ExtensionManifestTest::SetUp();
- (new OfflineEnabledHandler)->Register();
- (new BackgroundManifestHandler)->Register();
- }
};
TEST_F(ExtensionManifestOfflineEnabledTest, OfflineEnabled) {

Powered by Google App Engine
This is Rietveld 408576698