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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 143463009: Add policy that forces SAML users to log in online periodically (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Speculative fix for PolicyPrefIndicatorTest.CheckPolicyIndicators/3. Created 6 years, 11 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
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 877733ab1b152b24da73fc0fbab4cd09c586513b..05ac6964265b684934fd3d29668d994e41a01ddc 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -620,6 +620,12 @@ scoped_ptr<ConfigurationPolicyHandlerList> BuildHandlerList() {
0,
INT_MAX,
true)));
+ handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
+ new IntRangePolicyHandler(key::kSAMLOfflineSigninTimeLimit,
+ prefs::kSAMLOfflineSigninTimeLimit,
+ -1,
+ INT_MAX,
+ true)));
handlers->AddHandler(
make_scoped_ptr<ConfigurationPolicyHandler>(new IntRangePolicyHandler(
key::kIdleActionAC,
« no previous file with comments | « chrome/browser/chromeos/login/saml_browsertest.cc ('k') | chrome/browser/policy/policy_prefs_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698