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

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: rebase Created 7 years, 1 month 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/root_window_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 6bab5b186310e2d6a8f47425ed6638501bf0de95..410be21240b9f90b453c477758f3313a635a7a35 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -269,6 +269,9 @@ class ASH_EXPORT Shell
// Called when the user logs in.
void OnLoginStateChanged(user::LoginStatus status);
+ // Called after the logged-in user's profile is ready.
+ void OnLoginUserProfilePrepared();
+
// Called when the login status changes.
// TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
void UpdateAfterLoginStatusChange(user::LoginStatus status);
@@ -283,6 +286,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();
@@ -539,8 +546,8 @@ class ASH_EXPORT Shell
void Init();
- // Initializes virtual keyboard controller and attaches it to |root|.
- void InitKeyboard(internal::RootWindowController* root);
+ // Initializes virtual keyboard controller.
+ void InitKeyboard();
// Initializes the root window so that it can host browser windows.
void InitRootWindow(aura::Window* root_window);
« no previous file with comments | « ash/root_window_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698