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

Unified Diff: athena/main/athena_main.cc

Issue 561283002: Create VK on athena_main (athena on app_shell) (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: athena/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index 3532c05b65049fa9fc334297efe202c78ff615fa..fe60d23e52e8723ae29fbbb933085ebcea1c1b67 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -158,6 +158,7 @@ class AthenaBrowserMainDelegate : public extensions::ShellBrowserMainDelegate {
athena::StartAthenaEnv(content::BrowserThread::GetMessageLoopProxyForThread(
content::BrowserThread::FILE));
athena::ExtensionsDelegate::CreateExtensionsDelegateForShell(context);
+ athena::CreateVirtualKeyboardWithContext(context);
athena::StartAthenaSessionWithContext(context);
}
« 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