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

Unified Diff: chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.h

Issue 9665031: Change the idle logout dialog over to use views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yacf. Created 8 years, 9 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/kiosk_mode/kiosk_mode_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698