| 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() {
|
|
|