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

Unified Diff: chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc

Issue 560293003: Initialize Virtual Keyboard when --login-manager isn't specifid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698