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

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: fix upstream 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 | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698