| 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/cr_elements/policy/cr_policy_pref_in
dicator.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_in
dicator.html"> |
| 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-ch
eckbox.html"> |
| 4 <link rel="import" href="settings_boolean_control_behavior.html"> | 5 <link rel="import" href="settings_boolean_control_behavior.html"> |
| 5 <link rel="import" href="../settings_shared_css.html"> | 6 <link rel="import" href="../settings_shared_css.html"> |
| 6 | 7 |
| 7 <dom-module id="important-site-checkbox"> | 8 <dom-module id="important-site-checkbox"> |
| 8 <template> | 9 <template> |
| 9 <style include="settings-shared"> | 10 <style include="settings-shared"> |
| 10 #outerRow { | 11 #outerRow { |
| 11 align-items: center; | 12 align-items: center; |
| (...skipping 30 matching lines...) Expand all Loading... |
| 42 <span class="middot">·</span> | 43 <span class="middot">·</span> |
| 43 <span class="has-notifications">$i18n{notificationWarning}</span> | 44 <span class="has-notifications">$i18n{notificationWarning}</span> |
| 44 </template> | 45 </template> |
| 45 </div> | 46 </div> |
| 46 </div> | 47 </div> |
| 47 </paper-checkbox> | 48 </paper-checkbox> |
| 48 </div> | 49 </div> |
| 49 </template> | 50 </template> |
| 50 <script src="important_site_checkbox.js"></script> | 51 <script src="important_site_checkbox.js"></script> |
| 51 </dom-module> | 52 </dom-module> |
| OLD | NEW |