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