| Index: chrome/test/ui/ui_test.cc
|
| ===================================================================
|
| --- chrome/test/ui/ui_test.cc (revision 71402)
|
| +++ chrome/test/ui/ui_test.cc (working copy)
|
| @@ -272,6 +272,10 @@
|
| NavigateToURL(url, 0, GetActiveTabIndex(0));
|
| }
|
|
|
| +void UITestBase::NavigateToURL(const GURL& url, int window_index) {
|
| + NavigateToURL(url, window_index, GetActiveTabIndex(window_index));
|
| +}
|
| +
|
| void UITestBase::NavigateToURL(const GURL& url, int window_index, int
|
| tab_index) {
|
| NavigateToURLBlockUntilNavigationsComplete(url, 1, window_index, tab_index);
|
|
|