| Index: chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| index 40791a92fe3f3e1ba6d591fba10e2e7595141b8e..b71aa81e9315934d8d132aa138b8b5efac4389ff 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_app_manager.h
|
| @@ -118,7 +118,7 @@ class KioskAppManager : public content::NotificationObserver,
|
| // Gets KioskAppData for the given app id.
|
| const KioskAppData* GetAppData(const std::string& app_id) const;
|
|
|
| - // Update app data |apps_| based on |prefs_|.
|
| + // Update app data |apps_| based on CrosSettings.
|
| void UpdateAppData();
|
|
|
| // content::NotificationObserver overrides:
|
|
|