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

Side by Side Diff: chrome/browser/resources/settings/printing_page/cloud_printers.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
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="../controls/settings_toggle_button.html"> 4 <link rel="import" href="../controls/settings_toggle_button.html">
4 <link rel="import" href="../settings_shared_css.html"> 5 <link rel="import" href="../settings_shared_css.html">
5 6
6 <dom-module id="settings-cloud-printers"> 7 <dom-module id="settings-cloud-printers">
7 <template> 8 <template>
8 <style include="settings-shared"></style> 9 <style include="settings-shared"></style>
9 <div class="settings-box first"> 10 <div class="settings-box first">
10 <span> 11 <span>
11 $i18n{printingCloudPrintLearnMoreLabel} 12 $i18n{printingCloudPrintLearnMoreLabel}
(...skipping 12 matching lines...) Expand all
24 target="_blank" href="$i18n{devicesUrl}"> 25 target="_blank" href="$i18n{devicesUrl}">
25 <div class="start"> 26 <div class="start">
26 $i18n{printingManageCloudPrintDevices} 27 $i18n{printingManageCloudPrintDevices}
27 </div> 28 </div>
28 <button class="icon-external" is="paper-icon-button-light" actionable 29 <button class="icon-external" is="paper-icon-button-light" actionable
29 aria-label="$i18n{printingManageCloudPrintDevices}"></button> 30 aria-label="$i18n{printingManageCloudPrintDevices}"></button>
30 </a> 31 </a>
31 </template> 32 </template>
32 <script src="cloud_printers.js"></script> 33 <script src="cloud_printers.js"></script>
33 </dom-module> 34 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698