Chromium Code Reviews| Index: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| index c55a60df3147242972f4721c6b43cf9538a1eebc..6b78790a3de07a2bf4efaa81b6e2ef97a808a862 100644 |
| --- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| +++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| @@ -1,4 +1,5 @@ |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html"> |
| <link rel="import" href="/controls/settings_checkbox.html"> |
| <link rel="import" href="/i18n_setup.html"> |
| <link rel="import" href="/route.html"> |
| @@ -140,7 +141,9 @@ |
| <div class="start"> |
| <div>$i18n{mouseSettingsTitle}</div> |
| <div class="secondary">$i18n{mouseSettingsDescription}</div> |
| - </div> |
| + <button class="icon-arrow-right" is="paper-icon-button-light"> |
| + </button> |
|
tommycli
2016/09/23 19:29:57
nit: something off about indentation here
dschuyler
2016/09/27 00:43:09
Done.
|
| + </div> |
| </div> |
| <h3>$i18n{audioHeading}</h3> |
| @@ -154,8 +157,10 @@ |
| <div class="settings-box two-line" on-tap="onMoreFeaturesTap_" actionable> |
| <div class="start"> |
| <div>$i18n{additionalFeaturesTitle}</div> |
| - <div class="secondary">$i18n{additionalFeaturesDescription}</div> |
| + <div class="secondary">$i18n{accessibilityWebStore}</div> |
| </div> |
| + <button class="icon-external" is="paper-icon-button-light"> |
| + </button> |
| </div> |
| </template> |
| <script src="manage_a11y_page.js"></script> |