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

Unified Diff: chrome/browser/resources/settings/advanced_page/advanced_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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/advanced_page/advanced_page.html
diff --git a/chrome/browser/resources/settings/advanced_page/advanced_page.html b/chrome/browser/resources/settings/advanced_page/advanced_page.html
index f409558f349a8401e052b21f53307e14f1d587f8..d4258fc12d03055f228443061eba93f99c302a47 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.html
+++ b/chrome/browser/resources/settings/advanced_page/advanced_page.html
@@ -31,7 +31,8 @@
<template is="dom-if" if="[[showPage(pageVisibility.dateTime)]]" restamp>
<settings-section page-title="$i18n{dateTimePageTitle}"
current-route="[[currentRoute]]" section="dateTime">
- <settings-date-time-page prefs="{{prefs}}">
+ <settings-date-time-page prefs="{{prefs}}"
+ page-visibility="[[pageVisibility.dateTime]]">
</settings-date-time-page>
</settings-section>
</template>
@@ -40,7 +41,8 @@
<settings-section page-title="$i18n{privacyPageTitle}"
current-route="[[currentRoute]]" section="privacy">
<settings-privacy-page prefs="{{prefs}}"
- current-route="{{currentRoute}}">
+ current-route="{{currentRoute}}"
+ page-visibility="[[pageVisibility.privacy]]">
</settings-privacy-page>
</settings-section>
</template>
@@ -75,7 +77,8 @@
<template is="dom-if" if="[[showPage(pageVisibility.downloads)]]" restamp>
<settings-section page-title="$i18n{downloadsPageTitle}"
current-route="[[currentRoute]]" section="downloads">
- <settings-downloads-page prefs="{{prefs}}">
+ <settings-downloads-page prefs="{{prefs}}"
+ page-visibility="[[pageVisibility.downloads]]">
</settings-downloads-page>
</settings-section>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698