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

Unified Diff: chrome/common/extensions/extension_unittest.h

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/extension_unittest.h
diff --git a/chrome/common/extensions/extension_unittest.h b/chrome/common/extensions/extension_unittest.h
deleted file mode 100644
index 99a75093f96f6888cc7dafc3a3ccb1e129aa115d..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/extension_unittest.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_UNITTEST_H_
-#define CHROME_COMMON_EXTENSIONS_EXTENSION_UNITTEST_H_
-
-#include "base/compiler_specific.h"
-#include "chrome/common/extensions/permissions/scoped_testing_permissions_info.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-namespace extensions {
-
-// A base class for extension unit tests that sets up permissions and
-// universally useful manifest handlers.
-class ExtensionTest : public testing::Test {
- public:
- ExtensionTest();
-
- protected:
- virtual void SetUp() OVERRIDE;
-
- virtual void TearDown() OVERRIDE;
-
- ScopedTestingPermissionsInfo permissions_info_;
-};
-
-} // namespace extensions
-
-#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_UNITTEST_H_
« no previous file with comments | « chrome/common/extensions/extension_sync_type_unittest.cc ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698