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

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

Issue 2106103006: MD Settings: cr/cros - Guest mode page visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments + took out cr_element parts Created 4 years, 5 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 b76b91d1d349bf2d21d8dda87c176b749836ca05..683a91cfc5e8757dbe439bffb9bfc9010a5a215f 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -43,11 +43,13 @@
</settings-checkbox>
<settings-checkbox
pref="{{prefs.search.suggest_enabled}}"
- label="$i18n{searchSuggestPref}">
+ label="$i18n{searchSuggestPref}"
+ hidden="[[!pageVisibility.privacy.networkPrediction]]">
michaelpg 2016/07/21 21:58:44 just checking this isn't a typo: this should be ti
Moe 2016/07/22 16:59:56 this was meant to disable both prediction options.
</settings-checkbox>
<settings-checkbox
pref="{{prefs.net.network_prediction_options}}"
- label="$i18n{networkPredictionEnabled}">
+ label="$i18n{networkPredictionEnabled}"
+ hidden="[[!pageVisibility.privacy.networkPrediction]]">
</settings-checkbox>
<settings-checkbox
pref="{{prefs.safebrowsing.extended_reporting_enabled}}"

Powered by Google App Engine
This is Rietveld 408576698