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

Unified Diff: chrome/browser/ui/browser_commands.cc

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove .xib from .gypi file. Created 6 years, 8 months 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/browser/ui/browser_commands.cc
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index c040b2848f7a2a9944613acc0ca590ac29535de6..fdac458329342272de962f1a4f1301a59a128bf4 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -1062,7 +1062,6 @@ void OpenUpdateChromeDialog(Browser* browser) {
void ToggleSpeechInput(Browser* browser) {
WebContents* web_contents =
msw 2014/05/02 00:05:10 nit: this could be inlined below.
hans 2014/05/02 02:36:27 Done.
browser->tab_strip_model()->GetActiveWebContents();
- web_contents->GetRenderViewHost()->ToggleSpeechInput();
SearchTabHelper* search_tab_helper =
SearchTabHelper::FromWebContents(web_contents);

Powered by Google App Engine
This is Rietveld 408576698