OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html | 2 <html |
3 i18n-values="dir:textdirection; | 3 i18n-values="dir:textdirection; |
4 enable-cloud-print-proxy:enable-cloud-print-proxy" | 4 enable-cloud-print-proxy:enable-cloud-print-proxy" |
5 id="t"> | 5 id="t"> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
9 | 9 |
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
13 <link rel="stylesheet" href="../dom_ui.css"> | 14 <link rel="stylesheet" href="../dom_ui.css"> |
14 <link rel="stylesheet" href="options_page.css"> | 15 <link rel="stylesheet" href="options_page.css"> |
15 <link rel="stylesheet" href="add_startup_page_overlay.css"> | 16 <link rel="stylesheet" href="add_startup_page_overlay.css"> |
16 <link rel="stylesheet" href="advanced_options.css"> | 17 <link rel="stylesheet" href="advanced_options.css"> |
17 <link rel="stylesheet" href="alert_overlay.css"> | 18 <link rel="stylesheet" href="alert_overlay.css"> |
18 <link rel="stylesheet" href="autofill_edit_address_overlay.css"> | 19 <link rel="stylesheet" href="autofill_edit_address_overlay.css"> |
19 <link rel="stylesheet" href="autofill_edit_creditcard_overlay.css"> | 20 <link rel="stylesheet" href="autofill_edit_creditcard_overlay.css"> |
20 <link rel="stylesheet" href="autofill_options.css"> | 21 <link rel="stylesheet" href="autofill_options.css"> |
21 <link rel="stylesheet" href="browser_options_page.css"> | 22 <link rel="stylesheet" href="browser_options_page.css"> |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 <button class="close-subpage"></button> | 212 <button class="close-subpage"></button> |
212 <include src="cookies_view.html"> | 213 <include src="cookies_view.html"> |
213 <include src="content_settings_exceptions_area.html"> | 214 <include src="content_settings_exceptions_area.html"> |
214 </div> | 215 </div> |
215 </div> | 216 </div> |
216 </div> | 217 </div> |
217 </div> | 218 </div> |
218 </div> | 219 </div> |
219 </body> | 220 </body> |
220 </html> | 221 </html> |
OLD | NEW |