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

Unified Diff: chrome/browser/ui/views/find_bar_host.cc

Issue 5553002: Fix Find regression where text is not selected once you... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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/ui/views/find_bar_host.cc
===================================================================
--- chrome/browser/ui/views/find_bar_host.cc (revision 68336)
+++ chrome/browser/ui/views/find_bar_host.cc (working copy)
@@ -214,6 +214,10 @@
return find_bar_view()->GetFindText();
}
+string16 FindBarHost::GetFindSelectedText() {
+ return find_bar_view()->GetFindSelectedText();
+}
+
string16 FindBarHost::GetMatchCountText() {
return find_bar_view()->GetMatchCountText();
}

Powered by Google App Engine
This is Rietveld 408576698