From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/onc/docs/onc_spec.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'chromium/components/onc/docs/onc_spec.md') diff --git a/chromium/components/onc/docs/onc_spec.md b/chromium/components/onc/docs/onc_spec.md index 5ee8ae39a58..abad03ea4fd 100644 --- a/chromium/components/onc/docs/onc_spec.md +++ b/chromium/components/onc/docs/onc_spec.md @@ -191,11 +191,13 @@ warns admins of the implications of mis-using this policy for Chrome OS. * **DisableNetworkTypes** * (optional) - **array of string** * Allowed values are: - * Cellular - * Ethernet - * WiFi - * Tether + * *Cellular* + * *Ethernet* + * *WiFi* + * *Tether* + * *VPN* * List of strings containing disabled network interfaces. + * Adding *VPN* to the list will only disable Chrome OS built-in VPN. ## Network Configuration @@ -222,8 +224,14 @@ Field **NetworkConfigurations** is an array of * *DHCP* * *Static* * Determines whether the IP Address configuration is statically configured, - see **StaticIPConfig**, or automatically configured - using DHCP. + see **StaticIPConfig**, or automatically configured using DHCP. + +* **Metered** + * (optional, defaults to "false") - **boolean** + * Whether the network should be considered metered. This may affect auto + update frequency, and may be used as a hint for apps to conserve data. + When not specified, the system will set this to the detected value. + See also **WiFi.TetheringState**. * **NameServersConfigType** * (optional if **Remove** is *false*, otherwise ignored. Defaults to *DHCP* @@ -232,8 +240,7 @@ Field **NetworkConfigurations** is an array of * *DHCP* * *Static* * Determines whether the NameServers configuration is statically configured, - see **StaticIPConfig**, or automatically configured - using DHCP. + see **StaticIPConfig**, or automatically configured using DHCP. * **IPConfigs** * (optional for connected networks, read-only) - @@ -520,8 +527,7 @@ field **WiFi** must be set to an object of type [WiFi](#WiFi-type). * (optional, read-only, defaults to "NotDetected") - **string** * The tethering state of the WiFi connection. If the connection is tethered the value is "Confirmed". If the connection is suspected to be - tethered the value is "Suspected". In all other cases it's - "NotDetected". + tethered the value is "Suspected". In all other cases it's "NotDetected". --- * At least one of the fields **HexSSID** or **SSID** must be present. -- cgit v1.2.1