caption: Enable network prediction
desc: |-
This policy controls network prediction in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It controls DNS prefetching, TCP, and SSL preconnection and prerendering of webpages.
If you set the policy, users can't change it. Leaving it unset turns on network prediction, but the user can change it.
example_value: 1
features:
can_be_recommended: true
dynamic_refresh: true
per_profile: true
future_on:
- fuchsia
items:
- caption: Predict network actions on any network connection
name: NetworkPredictionAlways
value: 0
- caption: |-
Predict network actions on any network that is not cellular.
(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)
name: NetworkPredictionWifiOnly
value: 1
- caption: Do not predict network actions on any network connection
name: NetworkPredictionNever
value: 2
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
enum:
- 0
- 1
- 2
type: integer
supported_on:
- chrome.*:38-
- chrome_os:38-
- android:38-
tags: []
type: int-enum