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

Unified Diff: athena/main/athena_launcher.cc

Issue 542623002: Minimal support for OOBE/login for chrome-athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | athena/main/public/athena_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_launcher.cc
diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc
index c94d6715755dfdef1e5c56bc76aa37e00bed1a03..a553997b92000ebfffb6e2d0e229fd36f282accc 100644
--- a/athena/main/athena_launcher.cc
+++ b/athena/main/athena_launcher.cc
@@ -112,10 +112,13 @@ void StartAthenaEnv(scoped_refptr<base::TaskRunner> file_runner) {
kAthenaEnvStateKey, env_state);
}
+void CreateVirtualKeyboardWithContext(content::BrowserContext* context) {
+ athena::VirtualKeyboardManager::Create(context);
+}
+
void StartAthenaSessionWithContext(content::BrowserContext* context) {
StartAthenaSession(athena::CreateContentActivityFactory(),
new athena::ExtensionAppModelBuilder(context));
- athena::VirtualKeyboardManager::Create(context);
athena::HomeCard::Get()->RegisterSearchProvider(
new athena::UrlSearchProvider(context));
AthenaEnvState* env_state =
« no previous file with comments | « no previous file | athena/main/public/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698