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

Unified Diff: ash/test/test_shell_delegate.cc

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/test/test_shell_delegate.h ('k') | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index e644d62ab902c72b8f4eded9ac2a8aaae8a748ec..feccd6bc345d0bfc0d557998899515cb8e34b97c 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -110,6 +110,11 @@ bool TestShellDelegate::RotatePaneFocus(Shell::Direction direction) {
void TestShellDelegate::ShowKeyboardOverlay() {
}
+keyboard::KeyboardControllerProxy*
+ TestShellDelegate::CreateKeyboardControllerProxy() {
+ return NULL;
+}
+
void TestShellDelegate::ShowTaskManager() {
}
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698