| 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.
|
|
|