Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b5c04beec9928aa4a02b0d3e798b5823c6466a78..e93d7af48509132a20be4abe73db70f2adcb0926 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -635,6 +635,11 @@ const char kEnableTranslate[] = "translate.enabled"; |
const char kPinnedTabs[] = "pinned_tabs"; |
+// Integer that specifies the policy refresh rate in milliseconds. Not all |
+// values 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"; |