| Index: chrome/test/base/in_process_browser_test.cc
|
| ===================================================================
|
| --- chrome/test/base/in_process_browser_test.cc (revision 102264)
|
| +++ chrome/test/base/in_process_browser_test.cc (working copy)
|
| @@ -246,6 +246,8 @@
|
| }
|
|
|
| void InProcessBrowserTest::AddBlankTabAndShow(Browser* browser) {
|
| + browser->window()->Show();
|
| +
|
| ui_test_utils::WindowedNotificationObserver observer(
|
| content::NOTIFICATION_LOAD_STOP,
|
| NotificationService::AllSources());
|
| @@ -253,7 +255,7 @@
|
| GURL(chrome::kAboutBlankURL), PageTransition::START_PAGE);
|
| observer.Wait();
|
|
|
| - browser->window()->Show();
|
| + browser->window()->Activate();
|
| }
|
|
|
| #if defined(OS_POSIX)
|
|
|