| 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 5912a1bf5423c62aa6cca6f7d4a78fe44cd0b500..c9a025b3a5eab8e93e2dc65d7e1afd4c307fe8c8 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -47,7 +47,9 @@ Polymer({
|
| /** @private */
|
| isGuest_: {
|
| type: Boolean,
|
| - value: function() { return loadTimeData.getBoolean('isGuest'); }
|
| + value: function() {
|
| + return loadTimeData.getBoolean('isGuest');
|
| + }
|
| },
|
|
|
| // <if expr="_google_chrome and not chromeos">
|
| @@ -124,6 +126,7 @@ Polymer({
|
| 'doNotTrackDialogIf.dom-change': 'onDoNotTrackDomChange_',
|
| },
|
|
|
| + /** @override */
|
| ready: function() {
|
| this.ContentSettingsTypes = settings.ContentSettingsTypes;
|
|
|
|
|