Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: chrome/browser/gtk/browser_window_gtk.cc

Issue 348015: Fix and re-enable a test I broke with the find bar changes I made last night.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/gtk/browser_window_gtk.cc
===================================================================
--- chrome/browser/gtk/browser_window_gtk.cc (revision 30478)
+++ chrome/browser/gtk/browser_window_gtk.cc (working copy)
@@ -1256,7 +1256,7 @@
if (!browser_->tabstrip_model()->closing_all()) {
new_contents->view()->RestoreFocus();
if (new_contents->find_ui_active())
- browser_->find_bar()->find_bar()->SetFocusAndSelection();
+ browser_->GetFindBarController()->find_bar()->SetFocusAndSelection();
}
// Update all the UI bits.

Powered by Google App Engine
This is Rietveld 408576698