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

Unified Diff: ash/root_window_controller.h

Issue 14674004: DRAFT: Add setKeyboardVisibility API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ui/keyboard/keyboard_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 45c2807af8801c166c0b81b2e0c9c301c848de44..444e938795be20f1e242f6030c4a24546fe80208 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -91,6 +91,10 @@ class ASH_EXPORT RootWindowController {
TouchObserverHUD* touch_observer_hud() { return touch_observer_hud_; }
+ keyboard::KeyboardController* keyboard_controller() {
+ return keyboard_controller_.get();
+ }
+
// Sets the touch HUD. The RootWindowController will not own this HUD; its
// lifetime is managed by itself.
void set_touch_observer_hud(TouchObserverHUD* hud) {
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ui/keyboard/keyboard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698