| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index a71cd1be94f6f4fb1d47fe3f5c68d91ac774ae92..d59e28797d3533c3d1bff242ff605f665dbf8386 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -121,9 +121,6 @@ class SearchBox : public content::RenderViewObserver,
|
| const ThemeBackgroundInfo& GetThemeBackgroundInfo();
|
| const EmbeddedSearchRequestParams& GetEmbeddedSearchRequestParams();
|
|
|
| - // Sends ChromeViewHostMsg_SetVoiceSearchSupported to the browser.
|
| - void SetVoiceSearchSupported(bool supported);
|
| -
|
| // Sends ChromeViewHostMsg_StartCapturingKeyStrokes to the browser.
|
| void StartCapturingKeyStrokes();
|
|
|
| @@ -167,7 +164,6 @@ class SearchBox : public content::RenderViewObserver,
|
| void OnSubmit(const base::string16& query,
|
| const EmbeddedSearchRequestParams& params);
|
| void OnThemeChanged(const ThemeBackgroundInfo& theme_info);
|
| - void OnToggleVoiceSearch();
|
|
|
| // Returns the current zoom factor of the render view or 1 on failure.
|
| double GetZoom() const;
|
|
|