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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc

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: 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: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
index e6d31a5ae2f984b02b87eab9fa245024e26b8803..01afdd6597d07b4d6607689f2cc3d24669833e5b 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
@@ -212,6 +212,7 @@ void ChromeShellDelegate::Observe(int type,
switch (type) {
case chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED:
ash::Shell::GetInstance()->CreateLauncher();
oshima 2013/11/01 00:09:02 will it make sense to move CreateLauncher to OnLog
bshe 2013/11/12 15:28:33 Done.
+ ash::Shell::GetInstance()->OnLoginUserProfilePrepared();
break;
case chrome::NOTIFICATION_SESSION_STARTED:
RestoreFocus();

Powered by Google App Engine
This is Rietveld 408576698