| Index: chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h | 
| diff --git a/chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h b/chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h | 
| index dbcf1c15be9fb08e3da7ebcf57a3ec72b10c385a..ec9ef5aa8940134774af763ed4fbf238bdf37bac 100644 | 
| --- a/chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h | 
| +++ b/chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h | 
| @@ -73,6 +73,9 @@ class ArcKioskAppManager { | 
| // thus is_valid() returns empty AccountId. | 
| const AccountId& GetAutoLaunchAccountId() const; | 
|  | 
| +  // Returns app that should be started for given account id. | 
| +  const ArcKioskApp* GetAppByAccountId(const AccountId& account_id); | 
| + | 
| const ArcKioskApps& GetAllApps() const { return apps_; } | 
|  | 
| void AddObserver(ArcKioskAppManagerObserver* observer); | 
|  |