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

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

Issue 366813007: Removed InProcessBrowserTest::CleanUpOnMainThread() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed superfluous override. 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
« no previous file with comments | « chrome/test/base/web_ui_browser_test.h ('k') | extensions/browser/api/usb/usb_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « chrome/test/base/web_ui_browser_test.h ('k') | extensions/browser/api/usb/usb_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698