Index: chrome/test/base/in_process_browser_test.cc |
=================================================================== |
--- chrome/test/base/in_process_browser_test.cc (revision 119905) |
+++ chrome/test/base/in_process_browser_test.cc (working copy) |
@@ -247,6 +247,7 @@ |
} |
void InProcessBrowserTest::AddBlankTabAndShow(Browser* browser) { |
+ OnBeforeShowBrowser(browser); |
ui_test_utils::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
content::NotificationService::AllSources()); |