Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1949)

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2681373002: MD Settings: Fix the Network Prediction toggle box. (Closed)
Patch Set: fix comment Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698