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

Unified Diff: athena/main/public/athena_launcher.h

Issue 542623002: Minimal support for OOBE/login for chrome-athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments resolved 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
Index: athena/main/public/athena_launcher.h
diff --git a/athena/main/public/athena_launcher.h b/athena/main/public/athena_launcher.h
index 73d4891e2c954c596f3a6ab0d577d0bfc0382d0e..550dce360cac9c464d32ce7e62c6b41e7f6daaa2 100644
--- a/athena/main/public/athena_launcher.h
+++ b/athena/main/public/athena_launcher.h
@@ -28,6 +28,8 @@ void StartAthenaEnv(scoped_refptr<base::TaskRunner> file_runner);
void StartAthenaSessionWithContext(content::BrowserContext* context);
+void CreateVirtualKeyboardWithContext(content::BrowserContext* context);
+
// Starts the athena session.
void StartAthenaSession(ActivityFactory* activity_factory,
AppModelBuilder* app_model_builder);

Powered by Google App Engine
This is Rietveld 408576698