diff options
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r-- | chrome/test/in_process_browser_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc index aae695b..aec6391 100644 --- a/chrome/test/in_process_browser_test.cc +++ b/chrome/test/in_process_browser_test.cc @@ -143,7 +143,7 @@ Browser* InProcessBrowserTest::CreateBrowser(Profile* profile) { browser->AddTabWithURL( GURL("about:blank"), GURL(), PageTransition::START_PAGE, true, NULL); - + // Wait for the page to finish loading. ui_test_utils::WaitForNavigation( browser->GetSelectedTabContents()->controller()); |