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

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

Issue 2792563003: Settings: a11y: Just hide 'additional features' link (Closed)
Patch Set: Created 3 years, 9 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/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">

Powered by Google App Engine
This is Rietveld 408576698