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

Unified Diff: chrome/common/extensions/api/i18n/default_locale_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/api/i18n/default_locale_manifest_unittest.cc
diff --git a/chrome/common/extensions/api/i18n/default_locale_manifest_unittest.cc b/chrome/common/extensions/api/i18n/default_locale_manifest_unittest.cc
index 94587b313d4ddc8c0aa506a147d0facdb2e6ba91..9da55320f861ab8bc1370d072d4dd3859eace28d 100644
--- a/chrome/common/extensions/api/i18n/default_locale_manifest_unittest.cc
+++ b/chrome/common/extensions/api/i18n/default_locale_manifest_unittest.cc
@@ -10,10 +10,6 @@
namespace extensions {
class DefaultLocaleManifestTest : public ExtensionManifestTest {
- virtual void SetUp() OVERRIDE {
- ExtensionManifestTest::SetUp();
- (new DefaultLocaleHandler)->Register();
- }
};
TEST_F(DefaultLocaleManifestTest, DefaultLocale) {

Powered by Google App Engine
This is Rietveld 408576698