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

Unified Diff: chrome/browser/chromeos/login/ui/login_display_host.h

Issue 900553006: Updated KioskAppManager to track whether an app was auto-launched. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 5 years, 10 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/ui/login_display_host.h
diff --git a/chrome/browser/chromeos/login/ui/login_display_host.h b/chrome/browser/chromeos/login/ui/login_display_host.h
index 18032e673078777977724ab1a4299d6f83c1eda8..d0f06bf6c747a0e194de9ceeef05ff8aff776ace 100644
--- a/chrome/browser/chromeos/login/ui/login_display_host.h
+++ b/chrome/browser/chromeos/login/ui/login_display_host.h
@@ -89,9 +89,11 @@ class LoginDisplayHost {
// Initiates authentication network prewarming.
virtual void PrewarmAuthentication() = 0;
- // Starts app launch splash screen.
+ // Starts app launch splash screen. If |is_auto_launch| is true, the app is
+ // being auto-launched with no delay.
virtual void StartAppLaunch(const std::string& app_id,
- bool diagnostic_mode) = 0;
+ bool diagnostic_mode,
+ bool is_auto_launch) = 0;
// Starts the demo app launch.
virtual void StartDemoAppLaunch() = 0;

Powered by Google App Engine
This is Rietveld 408576698