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

Unified Diff: chrome/test/base/in_process_browser_test.h

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
Index: chrome/test/base/in_process_browser_test.h
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
index 925846eb03e3ad25a0564aabf048accc4e4dc1a7..b0217d90cd8c61acc1ba389fd784e998ccb3112c 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -66,7 +66,7 @@ class ContentRendererClient;
// related to the browser object and associated window, like opening a new Tab
// with a testing page loaded.
//
-// CleanUpOnMainThread() is called just after executing the real test code to
+// TearDownOnMainThread() is called just after executing the real test code to
// do necessary cleanup before the browser is torn down.
//
// TearDownInProcessBrowserTestFixture() is called after BrowserMain() exits to
@@ -122,10 +122,6 @@ class InProcessBrowserTest : public content::BrowserTestBase {
// successful.
virtual bool SetUpUserDataDirectory() WARN_UNUSED_RESULT;
- // Override this to add any custom cleanup code that needs to be done on the
- // main thread before the browser is torn down.
- virtual void CleanUpOnMainThread() {}
-
// BrowserTestBase:
virtual void RunTestOnMainThreadLoop() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698