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

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: rebase after overscrollHeight_() fix 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 7cb2437a1e43892186baae8458b8f2877f8e08ab..02e8f571a148f4815563e15a7213d9695dd44025 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.searchPrediction]]">
</settings-checkbox>
<settings-checkbox
pref="{{prefs.net.network_prediction_options}}"
- label="$i18n{networkPredictionEnabled}">
+ label="$i18n{networkPredictionEnabled}"
+ hidden="[[!pageVisibility.networkPrediction]]">
</settings-checkbox>
<settings-checkbox
pref="{{prefs.safebrowsing.extended_reporting_enabled}}"

Powered by Google App Engine
This is Rietveld 408576698