| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 38a766e02dbed0358093af43617a3b951cef1c42..b7c836282cad040e1a811eff141e8d905f3e0d9d 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();
|
|
|
|
|