| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 38a766e02dbed0358093af43617a3b951cef1c42..ff8eb165046f648587b0af9619b7a12cf5fe3249 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_CountMouseover to the browser.
|
| + void CountMouseover();
|
| +
|
| // Shows any attached bars.
|
| void ShowBars();
|
|
|
|
|