| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| index c6c14a1e7eaf634b36fa131fafd34ff93636ba63..9640c3d62d66932c80763bff2f648a4abe4b640a 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -78,7 +78,9 @@
|
| hidden="[[!pageVisibility.networkPrediction]]">
|
| <settings-toggle-button class="start"
|
| pref="{{prefs.net.network_prediction_options}}"
|
| - label="$i18n{networkPredictionEnabled}">
|
| + label="$i18n{networkPredictionEnabled}"
|
| + numeric-checked-value="[[networkPredictionEnum_.WIFI_ONLY]]"
|
| + numeric-unchecked-value="[[networkPredictionEnum_.NEVER]]">
|
| </settings-toggle-button>
|
| </div>
|
| <div class="settings-box">
|
|
|