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

Unified Diff: ash/shell.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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 67551c8440ba896b75d038d59c41aab8768a7314..246fa8978da9de071fdca034da1eed2ef397292e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -48,6 +48,9 @@ class ImageSkia;
class Point;
class Rect;
}
+namespace keyboard {
+class KeyboardController;
+}
namespace ui {
class Layer;
}
@@ -197,6 +200,9 @@ class ASH_EXPORT Shell
int container_id,
aura::RootWindow* priority_root);
+ // Returns the KeyboardController, or NULL if there is no KeyboardController.
+ static keyboard::KeyboardController* GetKeyboardController();
+
// True if "launcher per display" feature is enabled.
static bool IsLauncherPerDisplayEnabled();
« no previous file with comments | « ash/root_window_controller.h ('k') | ash/shell.cc » ('j') | ui/keyboard/keyboard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698