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

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

Issue 39257: Add regression test for bug 7900 and necessary infrastructure.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 10 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/automation_proxy.h
===================================================================
--- chrome/test/automation/automation_proxy.h (revision 11106)
+++ chrome/test/automation/automation_proxy.h (working copy)
@@ -119,6 +119,10 @@
// success.
bool WaitForAppModalDialog(int wait_timeout);
+ // Block the thread until one of the tabs in any window (including windows
+ // opened after the call) displays given url. Returns true on success.
+ bool WaitForURLDisplayed(GURL url, int wait_timeout);
+
// Returns the BrowserProxy for the browser window at the given index,
// transferring ownership of the pointer to the caller.
// On failure, returns NULL.

Powered by Google App Engine
This is Rietveld 408576698