Chromium Code Reviews| Index: chrome/browser/ui/views/find_bar_host.h | 
| =================================================================== | 
| --- chrome/browser/ui/views/find_bar_host.h (revision 68336) | 
| +++ chrome/browser/ui/views/find_bar_host.h (working copy) | 
| @@ -72,6 +72,7 @@ | 
| virtual bool GetFindBarWindowInfo(gfx::Point* position, | 
| bool* fully_visible); | 
| virtual string16 GetFindText(); | 
| + virtual string16 GetFindSelectedText(); | 
| virtual string16 GetMatchCountText(); | 
| // Overridden from DropdownBarHost: |