| Index: chrome/browser/extensions/extension_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_uitest.cc (revision 29317)
|
| +++ chrome/browser/extensions/extension_uitest.cc (working copy)
|
| @@ -71,7 +71,7 @@
|
| // so that the test can control when it gets loaded, and so that we test
|
| // the intended behavior that tabs should be able to show extension pages
|
| // (useful for development etc.)
|
| - tab->NavigateInExternalTab(url);
|
| + tab->NavigateInExternalTab(url, GURL());
|
| EXPECT_TRUE(proxy->WaitForMessage(action_max_timeout_ms()));
|
|
|
| proxy->DestroyHostWindow();
|
|
|