| Index: chrome/test/automation/automation_proxy_uitest.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy_uitest.cc (revision 29317)
|
| +++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
|
| @@ -888,7 +888,7 @@
|
|
|
| if (tab != NULL) {
|
| // Wait for navigation
|
| - tab->NavigateInExternalTab(simple_data_url);
|
| + tab->NavigateInExternalTab(simple_data_url, GURL());
|
| EXPECT_TRUE(proxy->WaitForNavigation(action_max_timeout_ms()));
|
|
|
| // Now destroy the external tab
|
|
|