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

Unified Diff: chrome/common/extensions/manifest_tests/extension_manifest_test.cc

Issue 12220122: Move calls of ManifestHandler::ClearRegistryForTesting to TearDown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifest_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/manifest_tests/extension_manifest_test.cc
diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
index 63315e9505cbbd33b5a265b72af21b19b2bd1647..1edb91fe2ed5d61e7673e21d4b1e95f48a43e6a4 100644
--- a/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
+++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.cc
@@ -21,7 +21,7 @@ ExtensionManifestTest::ExtensionManifestTest()
// UNKNOWN == trunk.
current_channel_(chrome::VersionInfo::CHANNEL_UNKNOWN) {}
-void ExtensionManifestTest::SetUp() {
+void ExtensionManifestTest::TearDown() {
extensions::ManifestHandler::ClearRegistryForTesting();
}
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifest_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698