| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 230782c93c8dee9cb89ef6cc1ff99f6c8646239c..258b144aecc85df8a100433677b09469bbe979a1 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -58,6 +58,9 @@ class SearchBox : public content::RenderViewObserver,
|
| WindowOpenDisposition disposition,
|
| bool is_search_type);
|
|
|
| + // Sends ChromeViewHostMsg_LogIframeHover to the browser.
|
| + void LogIframeHover();
|
| +
|
| // Shows any attached bars.
|
| void ShowBars();
|
|
|
|
|