Chromium Code Reviews| Index: chrome/browser/views/frame/browser_view.cc |
| =================================================================== |
| --- chrome/browser/views/frame/browser_view.cc (revision 10325) |
| +++ chrome/browser/views/frame/browser_view.cc (working copy) |
| @@ -933,7 +933,7 @@ |
| UpdateToolbar(new_contents, true); |
| UpdateUIForContents(new_contents); |
| - if (find_bar_.get() && new_contents->AsWebContents()) |
| + if (find_bar_.get()) |
| find_bar_->ChangeWebContents(new_contents->AsWebContents()); |
| } |