Chromium Code Reviews| 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"; |