| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="import" href="chrome://resources/html/polymer.html"> | 5 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-
button.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-
button.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.
html"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 8 <link rel="stylesheet" href="sync_confirmation.css"></link> | 9 <link rel="stylesheet" href="sync_confirmation.css"></link> |
| 9 <style is="custom-style"> | 10 <style is="custom-style"> |
| 10 a { | 11 a { |
| 11 color: var(--google-blue-700); | 12 color: var(--google-blue-700); |
| 12 text-decoration: none; | 13 text-decoration: none; |
| 13 } | 14 } |
| 14 | 15 |
| 15 #confirmButton { | 16 #confirmButton { |
| 16 --paper-button: { | 17 --paper-button: { |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 </div> | 113 </div> |
| 113 </div> | 114 </div> |
| 114 </body> | 115 </body> |
| 115 <script src="chrome://resources/js/cr.js"></script> | 116 <script src="chrome://resources/js/cr.js"></script> |
| 116 <script src="chrome://resources/js/load_time_data.js"></script> | 117 <script src="chrome://resources/js/load_time_data.js"></script> |
| 117 <script src="chrome://resources/js/util.js"></script> | 118 <script src="chrome://resources/js/util.js"></script> |
| 118 <script src="sync_confirmation.js"></script> | 119 <script src="sync_confirmation.js"></script> |
| 119 <script src="chrome://sync-confirmation/strings.js"></script> | 120 <script src="chrome://sync-confirmation/strings.js"></script> |
| 120 <script src="chrome://resources/js/i18n_template.js"></script> | 121 <script src="chrome://resources/js/i18n_template.js"></script> |
| 121 </html> | 122 </html> |
| OLD | NEW |