| Index: chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h
|
| diff --git a/chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h b/chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h
|
| index 25fec4877dff6595a18e546101b529549aac1c83..b9ba08d114e0c22d42a9b005d81b3d7615c2dc35 100644
|
| --- a/chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h
|
| +++ b/chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h
|
| @@ -40,10 +40,13 @@ class KioskModeHelper {
|
| void Initialize(const base::Closure& notify_initialized);
|
| bool is_initialized() const { return is_initialized_; }
|
|
|
| - // Getters for various Kiosk Mode values.
|
| + // The path to the screensaver extension.
|
| std::string GetScreensaverPath() const;
|
| + // The timeout before which we'll start showing the screensaver.
|
| int64 GetScreensaverTimeout() const;
|
| + // The time to logout the user in on idle.
|
| int64 GetIdleLogoutTimeout() const;
|
| + // The time to show the countdown timer for.
|
| int64 GetIdleLogoutWarningTimeout() const;
|
|
|
| private:
|
|
|