Commit d80db507 authored by oshima's avatar oshima Committed by Commit bot

Initialize Virtual Keyboard when --login-manager isn't specifid

BUG=None
TBR=dpolukhin@chromium.org

Review URL: https://codereview.chromium.org/560293003

Cr-Commit-Position: refs/heads/master@{#294403}
parent 336ca4d5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment