Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 603ccf6d8170fb9ca891caff582858c3042a5732..2c4513299ea9a3f9b07e7592acb61b059b1f1f74 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -699,10 +699,11 @@ const char kPinnedTabs[] = "pinned_tabs"; |
| // Boolean that is true when HTTP throttling is enabled. |
| const char kHttpThrottlingEnabled[] = "http_throttling.enabled"; |
| -// Integer that specifies the policy refresh rate for policy in milliseconds. |
| -// Not all values are meaningful, so it is clamped to a sane range by the cloud |
| -// policy subsystem. |
| -const char kPolicyRefreshRate[] = "policy.refresh_rate"; |
| +// Integers that specify the policy refresh rate for device- and user-policy in |
| +// milliseconds. Not all values are meaningful, so it is clamped to a sane range |
| +// by the cloud policy subsystem. |
| +const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate"; |
| +const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate"; |
|
Mattias Nissler (ping if slow)
2011/05/13 09:45:03
Same here.
sfeuz
2011/05/17 14:27:42
Done.
|
| // Integer containing the default Geolocation content setting. |
| const char kGeolocationDefaultContentSetting[] = |