Updates over mobile connections should be allowed by default because we already have the behaviors to make users confirm downloads.
Changes in UpdateEngine:
set kPrefsUpdateOverCellularPermission to true by default.
Changes in UI:
Remove SetUpdateOverCellularPermission() call in OOBE phase, because it is allowed by default now.
Although enabled by default, updates over mobile connections could be disabled by setting kPrefsUpdateOverCellularPermission to false. It could also be disabled by admin by setting device policy DeviceUpdateAllowedConnectionTypes to exclude mobile connections.
Comment 1 by benchan@chromium.org
, Jul 7 2017Components: OS>Systems