1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ash/keyboard_controller_proxy_stub.h"
8 #include "ui/views/corewm/input_method_event_filter.h"
10 using namespace content
;
14 KeyboardControllerProxyStub::KeyboardControllerProxyStub() {
17 KeyboardControllerProxyStub::~KeyboardControllerProxyStub() {
20 BrowserContext
* KeyboardControllerProxyStub::GetBrowserContext() {
21 return Shell::GetInstance()->browser_context();
24 ui::InputMethod
* KeyboardControllerProxyStub::GetInputMethod() {
25 return Shell::GetInstance()->input_method_filter()->input_method();
28 void KeyboardControllerProxyStub::RequestAudioInput(
29 WebContents
* web_contents
,
30 const MediaStreamRequest
& request
,
31 const MediaResponseCallback
& callback
) {