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

Unified Diff: chrome/test/ui_test_utils.h

Issue 1371002: Fixes bug where triggering session restore while the browser was... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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_test_utils.h
===================================================================
--- chrome/test/ui_test_utils.h (revision 42688)
+++ chrome/test/ui_test_utils.h (working copy)
@@ -72,6 +72,9 @@
// Waits for a load stop for the specified |controller|.
void WaitForLoadStop(NavigationController* controller);
+// Waits for a new browser to be created, returning the browser.
+Browser* WaitForNewBrowser();
+
// Opens |url| in an incognito browser window with the off the record profile of
// |profile|, blocking until the navigation finishes. This will create a new
// browser if a browser with the off the record profile does not exist.

Powered by Google App Engine
This is Rietveld 408576698