Skip to content

Commit

Permalink
Enable PolicyRefreshRate on desktop.
Browse files Browse the repository at this point in the history
I would guess this policy was marked Chrome OS only because at the
time Chrome OS was the only platfrom that had cloud management.
It technically works on all platfroms as it maps to a pref existing
on all platforms. The comment that when invalidation is available
and operation the policy is reset is also true and visible on
chrome://policy.

BUG=1011855
TEST=Existing tests already cover all code paths.

Change-Id: I3ebf105345ca71e0508a7170d6f829fae819354c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864797
Reviewed-by: Owen Min <zmin@chromium.org>
Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706915}
  • Loading branch information
Julian Pastarmov authored and Commit Bot committed Oct 17, 2019
1 parent 9b0ce11 commit e4635ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/policy/resources/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5815,7 +5815,7 @@
'owners': ['file://components/policy/resources/OWNERS'],
'type': 'int',
'schema': { 'type': 'integer' },
'supported_on': ['chrome_os:11-'],
'supported_on': ['chrome_os:11-', 'chrome.*:79-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
Expand Down

0 comments on commit e4635ff

Please sign in to comment.