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

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

Issue 2692213005: Reland: MD Settings: Fix the Network Prediction toggle box. (Closed)
Patch Set: Address comments 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 3e47b6be33fe16ad6ba4e30056a2e80138cb42a5..ca5dcf60f305f7ca7a54048436622c0566084535 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -65,7 +65,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