| Index: chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.js b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| index 29c0b6c226f6ea94c3583d5716b1fee60aa56686..be4d808a838a3515352591db4a3138d080dcaf0c 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js
|
| @@ -27,12 +27,6 @@ Polymer({
|
| type: Object,
|
| notify: true,
|
| },
|
| -
|
| - /** @private */
|
| - isGuest_: {
|
| - type: Boolean,
|
| - value: function() { return loadTimeData.getBoolean('isGuest'); }
|
| - },
|
| },
|
|
|
| // <if expr="chromeos">
|
|
|