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

Unified Diff: chrome/browser/chromeos/cros_settings_names.h

Issue 9423043: Add the protobufs for the set of session timeout policies planned for the kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and did some more cleanup. 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 | « no previous file | chrome/browser/chromeos/cros_settings_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros_settings_names.h
diff --git a/chrome/browser/chromeos/cros_settings_names.h b/chrome/browser/chromeos/cros_settings_names.h
index 4d29edfe6978548825edf0f8955a1ea9fb09590f..af5501b0c18777a8ada96246f084abf81ec74204 100644
--- a/chrome/browser/chromeos/cros_settings_names.h
+++ b/chrome/browser/chromeos/cros_settings_names.h
@@ -34,6 +34,12 @@ extern const char kReportDeviceBootMode[];
extern const char kAppPack[];
+extern const char kScreenSaverExtensionId[];
+extern const char kScreenSaverTimeout[];
+
+extern const char kIdleLogoutTimeout[];
+extern const char kIdleLogoutWarningDuration[];
+
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_CROS_SETTINGS_NAMES_H_
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros_settings_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698