Chromium Code Reviews| 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(); | 
| } |