Index: chrome/browser/chromeos/login/app_launch_controller.h |
diff --git a/chrome/browser/chromeos/login/app_launch_controller.h b/chrome/browser/chromeos/login/app_launch_controller.h |
index a8d1af891c9468d444cf659dc37463b65d47f907..fd320bdd23664bdb5ea4aedfbdc8397e4706b815 100644 |
--- a/chrome/browser/chromeos/login/app_launch_controller.h |
+++ b/chrome/browser/chromeos/login/app_launch_controller.h |
@@ -45,7 +45,9 @@ class AppLaunchController |
~AppLaunchController() override; |
- void StartAppLaunch(); |
+ // Starts launching an app - set |auto_launch| to true if the app is being |
+ // auto-launched with zero delay. |
+ void StartAppLaunch(bool auto_launch); |
bool waiting_for_network() { return waiting_for_network_; } |
bool network_wait_timedout() { return network_wait_timedout_; } |