From chrome/enterprise/gwsq/enterprise-policy-review.gwsq:
Note: A shadow reviewer was assigned to this CL. go/new-policy-review-process
Shadowed: seblalancette
Reviewer source(s):
hend...@chromium.org, seblalancette is from context(chrome/enterprise/gwsq/enterprise-policy-review.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
policy::policy_prefs::kKeyboardFocusableScrollersEnabled, true);Please follow [procedure for removing a pref](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/prefs/README.md#deleting-an-old-pref) to clean it up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1258: 'KeyboardFocusableScrollersEnabled'I will let @hend...@chromium.org comment on this, but I don't think this line should be changed (as it was indeed launched in the past, see https://source.chromium.org/chromium/chromium/src/+/main:docs/enterprise/life_of_a_policy.md).
default: trueYou should also add:
`deprecated: true`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
policy::policy_prefs::kKeyboardFocusableScrollersEnabled, true);Please follow [procedure for removing a pref](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/prefs/README.md#deleting-an-old-pref) to clean it up.
Done
I will let @hend...@chromium.org comment on this, but I don't think this line should be changed (as it was indeed launched in the past, see https://source.chromium.org/chromium/chromium/src/+/main:docs/enterprise/life_of_a_policy.md).
Ah, my bad, I was wondering if I should change it to '' and then changed the wrong thing.
You should also add:
`deprecated: true`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm with nits
const char kKeyboardFocusableScrollersEnabled[] =this pref was only written to by the policy stack, which keeps the values in memory. Therefore, you don't need any of the changes in this file. These changes are required for user-writable prefs, where values are stored as JSON file on disk. In order to clear the stale values from these files, you would need to do this cleanup work here. You can just remove your pref without this.
"reason_for_missing_test": "Policy was removed"actually delete this file then
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
const char kKeyboardFocusableScrollersEnabled[] =this pref was only written to by the policy stack, which keeps the values in memory. Therefore, you don't need any of the changes in this file. These changes are required for user-writable prefs, where values are stored as JSON file on disk. In order to clear the stale values from these files, you would need to do this cleanup work here. You can just remove your pref without this.
Thanks, this was unclear in the documentation. I saw some people add it, and some don't and I wasn't sure what to do.
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/prefs/README.md#deleting-an-old-pref-exposed-by-a-policy
I will still follow step 6 in another CL.
actually delete this file then
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const char kKeyboardFocusableScrollersEnabled[] =Di Zhangthis pref was only written to by the policy stack, which keeps the values in memory. Therefore, you don't need any of the changes in this file. These changes are required for user-writable prefs, where values are stored as JSON file on disk. In order to clear the stale values from these files, you would need to do this cleanup work here. You can just remove your pref without this.
Thanks, this was unclear in the documentation. I saw some people add it, and some don't and I wasn't sure what to do.
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/prefs/README.md#deleting-an-old-pref-exposed-by-a-policy
I will still follow step 6 in another CL.
My apologies! I missed that subtlety.
Thank you for pointing that out. TIL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove enterprise policy for KeyboardFocusableScrollers at 138
We decided to remove this enterprise policy in 138 to match the end
of its opt-out origin trial.
chromestatus:
https://chromestatus.com/feature/5231964663578624
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |