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

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

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.js
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
index afdd7b4a2c66209cbf987691dffaf01574ae09d4..f774ec9a32106b31e7f282726f6bb0aad026b052 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -32,6 +32,12 @@ Polymer({
computed: 'computeShowClearBrowsingDataDialog_(currentRoute)',
type: Boolean,
},
+
+ /**
+ * Dictionary defining page visibility.
+ * @type {!PrivacyPageVisibility}
+ */
+ pageVisibility: Object,
},
ready: function() {

Powered by Google App Engine
This is Rietveld 408576698