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

Side by Side Diff: chrome/browser/resources/settings/a11y_page/a11y_page.html

Issue 2889333002: [MD settings] move polymer.html imports to top of file (Closed)
Patch Set: rerun Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698