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

Unified Diff: chrome/common/pref_names.cc

Issue 6079012: Allow policy refresh rate to be configured through policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 9 years, 12 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 3da0b2cfbb8bfd1d60c8a51430a460d2409425c2..9f277ac19c78c8ad29e2767246f1fdefb403848d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -624,6 +624,10 @@ const char kEnableTranslate[] = "translate.enabled";
const char kPinnedTabs[] = "pinned_tabs";
+// Integer that gives the policy refresh rate in milliseconds. Not all values
danno 2011/01/06 19:16:26 s/gives/specifies
Mattias Nissler (ping if slow) 2011/01/07 11:15:33 Done.
+// are meaningful, so it is clamped to a sane range by the policy provider.
+const char kPolicyRefreshRate[] = "policy.refresh_rate";
+
// Integer containing the default Geolocation content setting.
const char kGeolocationDefaultContentSetting[] =
"geolocation.default_content_setting";
« chrome/browser/policy/profile_policy_context.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698