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

Unified Diff: chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc

Issue 14646041: Allow virtual keyboard window to access audio stream and speech api for voice input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add view type Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | extensions/common/view_type.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
diff --git a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
index 02726bec76e417ba5f34d91767db20a8073144cb..4e835834b6f8c8190df3cf86f1921e058c1c1b8c 100644
--- a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
+++ b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
@@ -549,7 +549,8 @@ void ChromeSpeechRecognitionManagerDelegate::CheckRenderViewType(
// Right now the extension popup closes and dismisses immediately on user
// click.
if (view_type == extensions::VIEW_TYPE_TAB_CONTENTS ||
- view_type == extensions::VIEW_TYPE_APP_SHELL) {
+ view_type == extensions::VIEW_TYPE_APP_SHELL ||
+ view_type == extensions::VIEW_TYPE_VIRTUAL_KEYBOARD) {
// If it is a tab, we can show the speech input bubble or ask for
// permission.
« no previous file with comments | « no previous file | chrome/browser/ui/ash/ash_keyboard_controller_proxy.h » ('j') | extensions/common/view_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698