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 a64a47d349862b32cac8c1d2d9558d33ac5bce81..8af669e770bc36967f144eb28da1b6401e621c49 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; |