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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 2758593002: Enable screen capture for ARC++ Kiosk (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index 6a32f38dc573b91b98ebaf631bc5938a80317f5f..62a9bc1c8241508db38f2d753885be605583eab6 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -148,7 +148,7 @@ class ExistingUserController
void LoginAsGuest();
void LoginAsPublicSession(const UserContext& user_context);
void LoginAsKioskApp(const std::string& app_id, bool diagnostic_mode);
- void LoginAsArcKioskApp(const AccountId& account_id);
+ void LoginAsArcKioskApp(const AccountId& account_id, bool is_auto_launch);
// Retrieve public session and ARC kiosk auto-login policy and update the
// timer.
void ConfigureAutoLogin();

Powered by Google App Engine
This is Rietveld 408576698