0

Update dynamic refresh explanation for ChromeOS

Bug: 1022143
Change-Id: I0b381df87615afae66fa65e832eaa28f2796c452
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023667
Commit-Queue: Owen Min <zmin@chromium.org>
Reviewed-by: Maksim Ivanov <emaxx@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735634}
This commit is contained in:
Owen Min
2020-01-27 23:24:11 +00:00
committed by Commit Bot
parent 5f29aae046
commit 13857ffdec

@@ -91,7 +91,9 @@ Usually you need a policy when
- We strongly encourage developers to make their policies support this - We strongly encourage developers to make their policies support this
attribute. It means admin can change the policy value and Chrome will attribute. It means admin can change the policy value and Chrome will
honor the change at run-time wihtout requiring a restart of the browser. honor the change at run-time wihtout requiring a restart of the browser.
- Chrome OS does not support non-dynamic user policies. - Chrome OS does not always support non-dynamic profile policies. Please
verify with Chrome OS policy owner if your profile policy does not
support dynamic refresh on Chrome OS.
- Most of time, this requires a - Most of time, this requires a
[PrefChangeRegistrar](https://cs.chromium.org/chromium/src/components/prefs/pref_change_registrar.h) [PrefChangeRegistrar](https://cs.chromium.org/chromium/src/components/prefs/pref_change_registrar.h)
to listen to the preference change notification. And update UI or to listen to the preference change notification. And update UI or