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

Unified Diff: chrome/browser/ui/find_bar/find_bar.h

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/find_bar/find_bar.h
===================================================================
--- chrome/browser/ui/find_bar/find_bar.h (revision 68336)
+++ chrome/browser/ui/find_bar/find_bar.h (working copy)
@@ -91,6 +91,9 @@
// Gets the search string currently visible in the Find box.
virtual string16 GetFindText() = 0;
+ // Gets the search string currently selected in the Find box.
+ virtual string16 GetFindSelectedText() = 0;
+
// Gets the match count text (ie. 1 of 3) visible in the Find box.
virtual string16 GetMatchCountText() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698