| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 25765)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -308,7 +308,7 @@
|
| window_->GetLocationBar()->ShowFirstRunBubble(show_OEM_bubble);
|
| }
|
|
|
| -#if !(defined(OS_LINUX) && defined(TOOLKIT_VIEWS))
|
| +#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());
|
|
|