| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 230782c93c8dee9cb89ef6cc1ff99f6c8646239c..4d611f779f7678f414847e8334d1ffa1e7c93794 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_SearchBoxLogIframeHover to the browser.
|
| + void LogIframeHover(int pos);
|
| +
|
| // Shows any attached bars.
|
| void ShowBars();
|
|
|
|
|