Index: chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc |
diff --git a/chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc b/chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc |
index 1a29bff580d27ac25ff078796c7a5e0c024dc90d..b0ba2f3c77f1218aab58b9db5a09c09a64293818 100644 |
--- a/chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc |
+++ b/chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc |
@@ -51,6 +51,7 @@ class ChromeBrowserMainExtraPartsAthena : public ChromeBrowserMainExtraParts, |
if (!CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kLoginManager)) { |
athena::ExtensionsDelegate::CreateExtensionsDelegateForChrome(profile); |
+ athena::CreateVirtualKeyboardWithContext(profile); |
athena::StartAthenaSessionWithContext(profile); |
} else { |
// Only initialize virtual keyboard with login profile, user session will |