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

Unified Diff: chrome/test/base/web_ui_browser_test.cc

Issue 419523003: Relands "Removed InProcessBrowserTest::CleanUpOnMainThread()" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/test/base/web_ui_browser_test.cc
diff --git a/chrome/test/base/web_ui_browser_test.cc b/chrome/test/base/web_ui_browser_test.cc
index 7451f2bf9f77869fdd75c06ad6f5fa9491c759ab..cf9a2aa645a14ffbcda253429ef53783c261e7e0 100644
--- a/chrome/test/base/web_ui_browser_test.cc
+++ b/chrome/test/base/web_ui_browser_test.cc
@@ -382,7 +382,7 @@ void WebUIBrowserTest::SetUpOnMainThread() {
mock_provider_.Pointer());
}
-void WebUIBrowserTest::CleanUpOnMainThread() {
+void WebUIBrowserTest::TearDownOnMainThread() {
logging::SetLogMessageHandler(NULL);
test_factory_->RemoveFactoryOverride(GURL(kDummyURL).host());

Powered by Google App Engine
This is Rietveld 408576698