| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| ===================================================================
|
| --- chrome/browser/ui/startup/startup_browser_creator_impl.cc (revision 158309)
|
| +++ chrome/browser/ui/startup/startup_browser_creator_impl.cc (working copy)
|
| @@ -797,12 +797,8 @@
|
| // value of StartupBrowserCreated::show_main_browser_window_. If this was set
|
| // to true ahead of this place, it means another task must have been spawned
|
| // to take care of that.
|
| - if (!browser_creator_ || browser_creator_->show_main_browser_window()) {
|
| + if (!browser_creator_ || browser_creator_->show_main_browser_window())
|
| browser->window()->Show();
|
| - // TODO(jcampan): http://crbug.com/8123 we should not need to set the
|
| - // initial focus explicitly.
|
| - chrome::GetActiveWebContents(browser)->GetView()->SetInitialFocus();
|
| - }
|
|
|
| return browser;
|
| }
|
|
|