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