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

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 the merge 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 f1d1a282442aaa696f5502301b5408e895102fc2..f0f1daaff49b6dc1ed681192b9f8e8cf14e83366 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -79,7 +79,8 @@
hidden="[[!pageVisibility.networkPrediction]]">
<settings-toggle-button class="start"
pref="{{prefs.net.network_prediction_options}}"
- label="$i18n{networkPredictionEnabled}">
+ label="$i18n{networkPredictionEnabled}"
+ numeric-unchecked-value="[[networkPredictionEnum_.NEVER]]">
</settings-toggle-button>
</div>
<div class="settings-box">

Powered by Google App Engine
This is Rietveld 408576698