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

Side by Side Diff: ash/shell/keyboard_controller_proxy_stub.h

Issue 276483002: Fix calculation of usable area of screen when VK is shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittests Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell/keyboard_controller_proxy_stub.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_ 5 #ifndef ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_
6 #define ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_ 6 #define ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_
7 7
8 #include "ui/aura/test/test_window_delegate.h" 8 #include "ui/aura/test/test_window_delegate.h"
9 #include "ui/keyboard/keyboard_controller_proxy.h" 9 #include "ui/keyboard/keyboard_controller_proxy.h"
10 10
(...skipping 15 matching lines...) Expand all
26 private: 26 private:
27 // Overridden from keyboard::KeyboardControllerProxy: 27 // Overridden from keyboard::KeyboardControllerProxy:
28 virtual content::BrowserContext* GetBrowserContext() OVERRIDE; 28 virtual content::BrowserContext* GetBrowserContext() OVERRIDE;
29 virtual ui::InputMethod* GetInputMethod() OVERRIDE; 29 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
30 virtual void RequestAudioInput(content::WebContents* web_contents, 30 virtual void RequestAudioInput(content::WebContents* web_contents,
31 const content::MediaStreamRequest& request, 31 const content::MediaStreamRequest& request,
32 const content::MediaResponseCallback& callback) OVERRIDE; 32 const content::MediaResponseCallback& callback) OVERRIDE;
33 virtual void LoadSystemKeyboard() OVERRIDE; 33 virtual void LoadSystemKeyboard() OVERRIDE;
34 virtual void ReloadKeyboardIfNeeded() OVERRIDE; 34 virtual void ReloadKeyboardIfNeeded() OVERRIDE;
35 35
36
37 aura::test::TestWindowDelegate delegate_; 36 aura::test::TestWindowDelegate delegate_;
38 scoped_ptr<aura::Window> keyboard_; 37 scoped_ptr<aura::Window> keyboard_;
39 38 scoped_ptr<ui::InputMethod> input_method_;
40 DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub); 39 DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub);
41 }; 40 };
42 41
43 } // namespace ash 42 } // namespace ash
44 43
45 #endif // ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_ 44 #endif // ASH_SHELL_KEYBOARD_CONTROLLER_PROXY_STUB_H_
OLDNEW
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell/keyboard_controller_proxy_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698