Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
index 9be3dc1f9e201842d9e0ad125d49516180dc396c..e6fabba236af488eec76580802d1295b4f358ac8 100644 |
--- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
+++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
@@ -40,6 +40,9 @@ class AshKeyboardControllerProxy |
// keyboard::KeyboardControllerProxy overrides |
virtual content::BrowserContext* GetBrowserContext() OVERRIDE; |
virtual ui::InputMethod* GetInputMethod() OVERRIDE; |
+ virtual void RequestAudioInput(content::WebContents* web_contents, |
+ const content::MediaStreamRequest& request, |
+ const content::MediaResponseCallback& callback) OVERRIDE; |
virtual void SetupWebContents(content::WebContents* contents) OVERRIDE; |
virtual void ShowKeyboardContainer(aura::Window* container) OVERRIDE; |