| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 25834)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -308,11 +308,9 @@
|
| window_->GetLocationBar()->ShowFirstRunBubble(show_OEM_bubble);
|
| }
|
|
|
| -#if defined(TOOLKIT_VIEWS)
|
| FindBar* find_bar = BrowserWindow::CreateFindBar(this);
|
| find_bar_controller_.reset(new FindBarController(find_bar));
|
| find_bar->SetFindBarController(find_bar_controller_.get());
|
| -#endif
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|