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

Unified Diff: chrome/browser/ui/cocoa/find_bar_bridge.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/cocoa/find_bar_bridge.h
===================================================================
--- chrome/browser/ui/cocoa/find_bar_bridge.h (revision 68336)
+++ chrome/browser/ui/cocoa/find_bar_bridge.h (working copy)
@@ -77,6 +77,7 @@
virtual bool GetFindBarWindowInfo(gfx::Point* position,
bool* fully_visible);
virtual string16 GetFindText();
+ virtual string16 GetFindSelectedText();
virtual string16 GetMatchCountText();
// Used to disable find bar animations when testing.

Powered by Google App Engine
This is Rietveld 408576698