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

Unified Diff: chrome/browser/cocoa/tab_strip_controller.mm

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/cocoa/tab_strip_controller.mm
===================================================================
--- chrome/browser/cocoa/tab_strip_controller.mm (revision 30478)
+++ chrome/browser/cocoa/tab_strip_controller.mm (working copy)
@@ -649,7 +649,7 @@
newContents->view()->RestoreFocus();
if (newContents->find_ui_active())
- browser_->find_bar()->find_bar()->SetFocusAndSelection();
+ browser_->GetFindBarController()->find_bar()->SetFocusAndSelection();
}
}

Powered by Google App Engine
This is Rietveld 408576698