summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r--chrome/test/in_process_browser_test.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
index d23b884..6e922d9 100644
--- a/chrome/test/in_process_browser_test.h
+++ b/chrome/test/in_process_browser_test.h
@@ -115,21 +115,10 @@ class InProcessBrowserTest : public testing::Test {
void EnableSingleProcess() { single_process_ = true; }
private:
-#if defined(OS_MACOSX)
- // Old variant of RunTestOnMainThreadLoop that assumes a nested message loop.
- // TODO(sky): nuke this once we straighten out properly exiting on the mac
- // side.
- void RunTestOnMainThreadLoopDeprecated();
-#endif
-
- // This is invoked from main after browser_init/browser_main have completed.
- // This prepares for the test by creating a new browser, runs the test
- // (RunTestOnMainThread), quits the browsers and returns.
+ // Invokes CreateBrowser to create a browser, then RunTestOnMainThread, and
+ // destroys the browser.
void RunTestOnMainThreadLoop();
- // Quits all open browsers and waits until there are no more browsers.
- void QuitBrowsers();
-
// Browser created from CreateBrowser.
Browser* browser_;