Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(959)

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 1428423002: Remove setVoiceSearchSupported part of EmbeddedSearch SearchBox API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
index a71cd1be94f6f4fb1d47fe3f5c68d91ac774ae92..e4a455af1c0d8e7bfd99fba63320b8e94d2fc4b5 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();

Powered by Google App Engine
This is Rietveld 408576698