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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 01319f1f8c49581b49a06500f30be603b6087b07..c552adf0af4ced5380c0231d6092ff723aaab25a 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -21,6 +21,14 @@ namespace ash {
class WindowPositioner;
}
+namespace content {
+class WebContents;
+}
+
+namespace virtual_keyboard {
+class VirtualKeyboardControllerProxy;
+}
+
class ChromeLauncherController;
class ChromeShellDelegate : public ash::ShellDelegate,
@@ -59,6 +67,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
virtual void RestoreTab() OVERRIDE;
virtual bool RotatePaneFocus(ash::Shell::Direction direction) OVERRIDE;
virtual void ShowKeyboardOverlay() OVERRIDE;
+ virtual virtual_keyboard::VirtualKeyboardControllerProxy*
+ CreateVirtualKeyboardControllerProxy() OVERRIDE;
virtual void ShowTaskManager() OVERRIDE;
virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE;
virtual void ToggleHighContrast() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698