| 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="../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 Loading... |
| 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> |
| OLD | NEW |