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

Unified Diff: ash/shell_delegate.h

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to go Created 7 years, 9 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_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 530291dac907eaa9121125a78e656048f68c8d79..97c095287005460ad3248d4ebfbd7e9eebabe231 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -34,6 +34,10 @@ namespace views {
class Widget;
}
+namespace keyboard {
+class KeyboardControllerProxy;
+}
+
namespace ash {
class CapsLockDelegate;
@@ -154,6 +158,10 @@ class ASH_EXPORT ShellDelegate {
// Shows the keyboard shortcut overlay.
virtual void ShowKeyboardOverlay() = 0;
+ // Create a shell-specific keyboard::KeyboardControllerProxy
+ virtual keyboard::KeyboardControllerProxy*
+ CreateKeyboardControllerProxy() = 0;
+
// Shows the task manager window.
virtual void ShowTaskManager() = 0;

Powered by Google App Engine
This is Rietveld 408576698