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

Unified Diff: chrome/test/ui/ui_test.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: 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/ui/ui_test.h
===================================================================
--- chrome/test/ui/ui_test.h (revision 133679)
+++ chrome/test/ui/ui_test.h (working copy)
@@ -78,25 +78,9 @@
void CloseBrowserAndServer();
// Launches the browser with the given command line.
- // TODO(phajdan.jr): Make LaunchBrowser private. Tests should use
- // LaunchAnotherBrowserBlockUntilClosed.
+ // TODO(phajdan.jr): Make LaunchBrowser private.
void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
-#if !defined(OS_MACOSX)
- // These functions are deliberately not defined on the Mac because re-using an
- // existing browser process when launching from the command line isn't a
- // concept that we support on the Mac; AppleEvents are the Mac solution for
- // the same need. Any test based on these functions doesn't apply to the Mac.
-
- // Launches an another browser process and waits for it to finish. Returns
- // true on success.
- bool LaunchAnotherBrowserBlockUntilClosed(const CommandLine& cmdline);
-
- // Same as LaunchAnotherBrowserBlockUntilClosed except that the URL argument
- // is not used.
- bool LaunchAnotherBrowserNoUrlArg(const CommandLine& cmdline);
-#endif
-
// Exits out browser instance.
void QuitBrowser();

Powered by Google App Engine
This is Rietveld 408576698