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

Unified Diff: chrome/common/pref_names.h

Issue 11499012: Add policy for limiting the session length (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Not sure why the patch is not applying - bot source out of sync with ToT? Created 8 years 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b32b2defbc2a1b57f5cff5f06159c5bac10d6673..f089c96e0ed6d0cb7efb9c9c71bd75ae5e4dfb48 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -25,6 +25,10 @@ extern const char kSessionExitType[];
extern const char kRestoreOnStartup[];
extern const char kURLsToRestoreOnStartup[];
extern const char kRestoreOnStartupMigrated[];
+#if defined(OS_CHROMEOS)
Mattias Nissler (ping if slow) 2012/12/12 10:12:57 There's an entire block of OS_CHROMEOS prefs below
bartfab (slow) 2012/12/13 16:22:48 Done.
+extern const char kSessionStartTime[];
+extern const char kSessionLengthLimit[];
+#endif
extern const char kDisableScreenshots[];
// For OS_CHROMEOS we maintain kApplicationLocale property in both local state

Powered by Google App Engine
This is Rietveld 408576698