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

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

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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index 62eb1183dfbaea5cb0338df34b06fc100e1a71cf..cd50d93f0ff60431afc5c94de00c23514dd89fd4 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -27,20 +27,18 @@
aria-labelledby="optionsInMenuLabel">
</settings-toggle-button>
</div>
- <template is="dom-if" if="[[!isGuest_]]">
- <div id="subpage-trigger" class="settings-box two-line"
- on-tap="onManageAccessibilityFeaturesTap_" actionable>
- <div class="start">
- $i18n{manageAccessibilityFeatures}
- <div class="secondary" id="themesSecondary">
- $i18n{moreFeaturesLinkDescription}
- </div>
+ <div id="subpage-trigger" class="settings-box two-line"
+ on-tap="onManageAccessibilityFeaturesTap_" actionable>
+ <div class="start">
+ $i18n{manageAccessibilityFeatures}
+ <div class="secondary" id="themesSecondary">
+ $i18n{moreFeaturesLinkDescription}
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="$i18n{manageAccessibilityFeatures}"
- aria-describedby="themesSecondary"></button>
</div>
- </template>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="$i18n{manageAccessibilityFeatures}"
+ aria-describedby="themesSecondary"></button>
+ </div>
stevenjb 2017/03/31 17:48:55 One of these days a diff program will figure out '
</neon-animatable>
<template is="dom-if" route-path="/manageAccessibility">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698