OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <!-- Set the title to that of the default page so that the title doesn't flash | 5 <!-- Set the title to that of the default page so that the title doesn't flash |
6 on load (for the most common case). --> | 6 on load (for the most common case). --> |
7 <title i18n-content="browserPageTabTitle"></title> | 7 <title i18n-content="browserPageTabTitle"></title> |
8 | 8 |
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
(...skipping 12 matching lines...) Expand all Loading... |
23 <link rel="stylesheet" href="browser_options_page.css"> | 23 <link rel="stylesheet" href="browser_options_page.css"> |
24 <link rel="stylesheet" href="clear_browser_data_overlay.css"> | 24 <link rel="stylesheet" href="clear_browser_data_overlay.css"> |
25 <link rel="stylesheet" href="content_settings.css"> | 25 <link rel="stylesheet" href="content_settings.css"> |
26 <link rel="stylesheet" href="cookies_view.css"> | 26 <link rel="stylesheet" href="cookies_view.css"> |
27 <link rel="stylesheet" href="extension_settings.css"> | 27 <link rel="stylesheet" href="extension_settings.css"> |
28 <link rel="stylesheet" href="font_settings.css"> | 28 <link rel="stylesheet" href="font_settings.css"> |
29 <if expr="pp_ifdef('enable_register_protocol_handler')"> | 29 <if expr="pp_ifdef('enable_register_protocol_handler')"> |
30 <link rel="stylesheet" href="handler_options.css"> | 30 <link rel="stylesheet" href="handler_options.css"> |
31 </if> | 31 </if> |
32 <link rel="stylesheet" href="import_data_overlay.css"> | 32 <link rel="stylesheet" href="import_data_overlay.css"> |
33 <if expr="pp_ifdef('enable_web_intents_tag')"> | 33 <if expr="pp_ifdef('enable_web_intents')"> |
34 <link rel="stylesheet" href="intents_view.css"> | 34 <link rel="stylesheet" href="intents_view.css"> |
35 </if> | 35 </if> |
36 <link rel="stylesheet" href="language_options.css"> | 36 <link rel="stylesheet" href="language_options.css"> |
37 <link rel="stylesheet" href="manage_profile_overlay.css"> | 37 <link rel="stylesheet" href="manage_profile_overlay.css"> |
38 <link rel="stylesheet" href="pack_extension_overlay.css"> | 38 <link rel="stylesheet" href="pack_extension_overlay.css"> |
39 <link rel="stylesheet" href="password_manager.css"> | 39 <link rel="stylesheet" href="password_manager.css"> |
40 <link rel="stylesheet" href="password_manager_list.css"> | 40 <link rel="stylesheet" href="password_manager_list.css"> |
41 <link rel="stylesheet" href="personal_options.css"> | 41 <link rel="stylesheet" href="personal_options.css"> |
42 <link rel="stylesheet" href="search_engine_manager.css"> | 42 <link rel="stylesheet" href="search_engine_manager.css"> |
43 <link rel="stylesheet" href="search_page.css"> | 43 <link rel="stylesheet" href="search_page.css"> |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 <include src="chromeos/language_mozc_options.html"> | 168 <include src="chromeos/language_mozc_options.html"> |
169 <include src="chromeos/language_pinyin_options.html"> | 169 <include src="chromeos/language_pinyin_options.html"> |
170 </if> | 170 </if> |
171 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')
"> | 171 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')
"> |
172 <include src="chromeos/virtual_keyboard.html"> | 172 <include src="chromeos/virtual_keyboard.html"> |
173 </if> | 173 </if> |
174 <include src="cookies_view.html"> | 174 <include src="cookies_view.html"> |
175 <if expr="pp_ifdef('enable_register_protocol_handler')"> | 175 <if expr="pp_ifdef('enable_register_protocol_handler')"> |
176 <include src="handler_options.html"> | 176 <include src="handler_options.html"> |
177 </if> | 177 </if> |
178 <if expr="pp_ifdef('enable_web_intents_tag')"> | 178 <if expr="pp_ifdef('enable_web_intents')"> |
179 <include src="intents_view.html"> | 179 <include src="intents_view.html"> |
180 </if> | 180 </if> |
181 <include src="content_settings_exceptions_area.html"> | 181 <include src="content_settings_exceptions_area.html"> |
182 </div> | 182 </div> |
183 </div> | 183 </div> |
184 </div> | 184 </div> |
185 </div> | 185 </div> |
186 </div> | 186 </div> |
187 </div> | 187 </div> |
188 <script src="chrome://settings/strings.js"></script> | 188 <script src="chrome://settings/strings.js"></script> |
189 <script src="chrome://resources/js/i18n_template.js"></script> | 189 <script src="chrome://resources/js/i18n_template.js"></script> |
190 <script src="chrome://resources/js/i18n_process.js"></script> | 190 <script src="chrome://resources/js/i18n_process.js"></script> |
191 </body> | 191 </body> |
192 </html> | 192 </html> |
OLD | NEW |