| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 2 |
| 1 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action
_menu.html"> | 3 <link rel="import" href="chrome://resources/cr_elements/cr_action_menu/cr_action
_menu.html"> |
| 2 <link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_r
ender.html"> | 4 <link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_r
ender.html"> |
| 3 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 5 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 4 <link rel="import" href="chrome://resources/html/polymer.html"> | |
| 5 <link rel="import" href="chrome://resources/html/icon.html"> | 6 <link rel="import" href="chrome://resources/html/icon.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button.html"> |
| 7 <link rel="import" href="startup_urls_page_browser_proxy.html"> | 8 <link rel="import" href="startup_urls_page_browser_proxy.html"> |
| 8 <link rel="import" href="../focus_row_behavior.html"> | 9 <link rel="import" href="../focus_row_behavior.html"> |
| 9 <link rel="import" href="../settings_shared_css.html"> | 10 <link rel="import" href="../settings_shared_css.html"> |
| 10 | 11 |
| 11 <dom-module id="settings-startup-url-entry"> | 12 <dom-module id="settings-startup-url-entry"> |
| 12 <template> | 13 <template> |
| 13 <style include="settings-shared"> | 14 <style include="settings-shared"> |
| 14 .hide-overflow { | 15 .hide-overflow { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 36 on-tap="onRemoveTap_"> | 37 on-tap="onRemoveTap_"> |
| 37 $i18n{onStartupRemove} | 38 $i18n{onStartupRemove} |
| 38 </button> | 39 </button> |
| 39 </dialog> | 40 </dialog> |
| 40 </template> | 41 </template> |
| 41 </template> | 42 </template> |
| 42 </div> | 43 </div> |
| 43 </template> | 44 </template> |
| 44 <script src="startup_url_entry.js"></script> | 45 <script src="startup_url_entry.js"></script> |
| 45 </dom-module> | 46 </dom-module> |
| OLD | NEW |