Commit 12505057 authored by Alex Khouderchah's avatar Alex Khouderchah Committed by Commit Bot

Remove policy references to wimax and bluetooth shill types

Bug: chromium:954635
Change-Id: Iacb78c434999fabd1f1fdadc9fdca0d8829cb26f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754089
Commit-Queue: Alex Khouderchah <akhouderchah@chromium.org>
Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Reviewed-by: default avatarLutz Justen <ljusten@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688166}
parent 4e7a77ca
...@@ -222,8 +222,7 @@ message AutoUpdateSettingsProto { ...@@ -222,8 +222,7 @@ message AutoUpdateSettingsProto {
// The types of connections that are OK to use for OS updates. OS updates // The types of connections that are OK to use for OS updates. OS updates
// potentially put heavy strain on the connection due to their size and may // potentially put heavy strain on the connection due to their size and may
// incur additional cost. Therefore, they are by default not enabled for // incur additional cost. Therefore, they are by default not enabled for
// connection types that are considered expensive, which include WiMax, // connection types that are considered expensive (currently only Cellular).
// Bluetooth and Cellular at the moment.
repeated ConnectionType allowed_connection_types = 5; repeated ConnectionType allowed_connection_types = 5;
// This has been replaced by |reboot_after_update| below. // This has been replaced by |reboot_after_update| below.
......
...@@ -7961,9 +7961,9 @@ ...@@ -7961,9 +7961,9 @@
'id': 146, 'id': 146,
'caption': '''Connection types allowed for updates''', 'caption': '''Connection types allowed for updates''',
'tags': [], 'tags': [],
'desc': ''' The types of connections that are allowed to use for OS updates. OS updates potentially put heavy strain on the connection due to their size and may incur additional cost. Therefore, they are by default not enabled for connection types that are considered expensive, which include WiMax, Bluetooth and Cellular at the moment. 'desc': ''' The types of connections that are allowed to use for OS updates. OS updates potentially put heavy strain on the connection due to their size and may incur additional cost. Therefore, they are by default not enabled for connection types that are considered expensive (currently only "cellular").
The recognized connection type identifiers are "ethernet", "wifi", "wimax", "bluetooth" and "cellular".''', The recognized connection type identifiers are "ethernet", "wifi", and "cellular".''',
}, },
{ {
'name': 'DeviceUpdateHttpDownloadsEnabled', 'name': 'DeviceUpdateHttpDownloadsEnabled',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment