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

Unified Diff: chrome/test/automation/proxy_launcher.h

Issue 10202005: Convert the session restore ui_tests to browser_tests. I renabled the disabled tests; hopefully the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the mac test Created 8 years, 8 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/chrome_tests.gypi ('k') | chrome/test/automation/proxy_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/proxy_launcher.h
===================================================================
--- chrome/test/automation/proxy_launcher.h (revision 133679)
+++ chrome/test/automation/proxy_launcher.h (working copy)
@@ -89,19 +89,9 @@
void CloseBrowserAndServer();
// Launches the browser with the given command line. Returns true on success.
- // TODO(phajdan.jr): Make LaunchBrowser private. Tests should use
- // LaunchAnotherBrowserBlockUntilClosed.
+ // TODO(phajdan.jr): Make LaunchBrowser private.
bool LaunchBrowser(const LaunchState& state) WARN_UNUSED_RESULT;
-#if !defined(OS_MACOSX)
- // This function is not defined on the Mac because the concept
- // doesn't apply to Mac; you can't have N browser processes.
-
- // Launches another browser process and waits for it to finish.
- // Returns true on success.
- bool LaunchAnotherBrowserBlockUntilClosed(const LaunchState& state);
-#endif
-
// Exits out of browser instance.
void QuitBrowser();
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/automation/proxy_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698