Chromium Code Reviews| 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 b8e37d180f782286628c05fda95d8138b62073a3..7217a490509e024a495ce837025cba078d73f521 100644 |
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.html |
| +++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html |
| @@ -1,12 +1,15 @@ |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html"> |
| +<if expr="chromeos"> |
| <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html"> |
| +</if> |
| <link rel="import" href="chrome://md-settings/settings_shared_css.html"> |
| <dom-module id="settings-a11y-page"> |
| <template> |
| <style include="settings-shared"></style> |
| <div class="settings-box row first"> |
| +<if expr="chromeos"> |
| <span i18n-content="a11yExplanation"></span> |
| <a i18n-values="href:a11yLearnMoreUrl" i18n-content="learnMore" |
| target="_blank"></a> |
| @@ -78,8 +81,9 @@ |
| </div> |
| <div class="settings-box"> |
| +</if> |
|
tommycli
2016/03/25 18:16:51
I had to do a double-take to understand the <if> s
Dan Beam
2016/03/25 18:49:17
Done.
|
| <div class="button-strip"> |
| - <paper-button i18n-content="moreFeaturesLink" |
| + <paper-button i18n-content="moreFeaturesLink" class="primary-button" |
| on-tap="onMoreFeaturesTap_"></paper-button> |
| </div> |
| </div> |