summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/in_process_browser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/in_process_browser_test.cc')
-rw-r--r--chrome/test/base/in_process_browser_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index 59111a4..89d0e56 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -242,7 +242,6 @@ Browser* InProcessBrowserTest::CreateBrowserForPopup(Profile* profile) {
}
void InProcessBrowserTest::AddBlankTabAndShow(Browser* browser) {
- OnBeforeShowBrowser(browser);
ui_test_utils::WindowedNotificationObserver observer(
content::NOTIFICATION_LOAD_STOP,
content::NotificationService::AllSources());