Set Ready For Review
| 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. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
enums.xml LGTM
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Code-Review | +1 |
default: nullThe text mentions that the user can choose when the policy is not set. But what is the default behavior if the policy is unset and the user didn't choose anything?
The same question for the device policy defined for ChromeOs
default: nullThe text mentions that the user can choose when the policy is not set. But what is the default behavior if the policy is unset and the user didn't choose anything?
The same question for the device policy defined for ChromeOs
I took this from the current policy which will be getting overridden by this policy. There too it is defined as `null` and I am not sure of the consequences of this being `null` or not being `null`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
default: nullChirag AroraThe text mentions that the user can choose when the policy is not set. But what is the default behavior if the policy is unset and the user didn't choose anything?
The same question for the device policy defined for ChromeOs
I took this from the current policy which will be getting overridden by this policy. There too it is defined as `null` and I am not sure of the consequences of this being `null` or not being `null`.
This data is for documentation only. From the code it looks like by default, the fallback to MetricsEnabled pref happens: https://source.chromium.org/chromium/chromium/src/+/main:components/metrics/metrics_service_accessor.cc;l=47?q=kMetricsReportingEnabled&ss=chromium&start=31
And the later defaults to true:
https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/browser_process_impl.cc;l=1290;drc=67bde8c3aa5713fbf344f0276887761abe91bf53;bpv=1;bpt=1
Is this intended? Maybe specify this in the description.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |