| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 3 <link rel="import" href="../i18n_setup.html"> | 4 <link rel="import" href="../i18n_setup.html"> |
| 4 <link rel="import" href="../settings_shared_css.html"> | 5 <link rel="import" href="../settings_shared_css.html"> |
| 5 | 6 |
| 6 <if expr="chromeos"> | 7 <if expr="chromeos"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
matable.html"> |
| 8 <link rel="import" href="manage_a11y_page.html"> | 9 <link rel="import" href="manage_a11y_page.html"> |
| 9 <link rel="import" href="../controls/settings_toggle_button.html"> | 10 <link rel="import" href="../controls/settings_toggle_button.html"> |
| 10 <link rel="import" href="../settings_page/settings_animated_pages.html"> | 11 <link rel="import" href="../settings_page/settings_animated_pages.html"> |
| 11 <link rel="import" href="../settings_page/settings_subpage.html"> | 12 <link rel="import" href="../settings_page/settings_subpage.html"> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 </div> | 62 </div> |
| 62 <button class="icon-external" is="paper-icon-button-light" actionable | 63 <button class="icon-external" is="paper-icon-button-light" actionable |
| 63 aria-label="$i18n{moreFeaturesLink}" | 64 aria-label="$i18n{moreFeaturesLink}" |
| 64 aria-describedby="moreFeaturesSecondary"></button> | 65 aria-describedby="moreFeaturesSecondary"></button> |
| 65 </a> | 66 </a> |
| 66 </if> | 67 </if> |
| 67 | 68 |
| 68 </template> | 69 </template> |
| 69 <script src="a11y_page.js"></script> | 70 <script src="a11y_page.js"></script> |
| 70 </dom-module> | 71 </dom-module> |
| OLD | NEW |