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

Unified Diff: ash/shell.h

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: experiment Created 7 years, 2 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 62379acd06aebdf01ca5cf0c590760ce59ca0171..d9bb9754fb45de1af2684f238f4a7faf02ef32ac 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -284,6 +284,10 @@ class ASH_EXPORT Shell
// Initializes |launcher_|. Does nothing if it's already initialized.
void CreateLauncher();
+ // Creates virtual keyboard. Deletes the old virtual keyboard if it's already
+ // exist.
+ void CreateKeyboard();
+
// Show shelf view if it was created hidden (before session has started).
void ShowLauncher();

Powered by Google App Engine
This is Rietveld 408576698