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

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

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: 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
Index: chrome/test/automation/proxy_launcher.cc
===================================================================
--- chrome/test/automation/proxy_launcher.cc (revision 133679)
+++ chrome/test/automation/proxy_launcher.cc (working copy)
@@ -214,13 +214,6 @@
return true;
}
-#if !defined(OS_MACOSX)
-bool ProxyLauncher::LaunchAnotherBrowserBlockUntilClosed(
- const LaunchState& state) {
- return LaunchBrowserHelper(state, false, true, NULL);
-}
-#endif
-
void ProxyLauncher::QuitBrowser() {
// If we have already finished waiting for the browser to exit
// (or it hasn't launched at all), there's nothing to do here.

Powered by Google App Engine
This is Rietveld 408576698