| 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 <title i18n-content="optionsPageTitle"></title> | 5 <title i18n-content="optionsPageTitle"></title> |
| 6 | 6 |
| 7 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 7 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> |
| 10 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 <link rel="stylesheet" href="manage_profile_overlay.css"> | 34 <link rel="stylesheet" href="manage_profile_overlay.css"> |
| 35 <link rel="stylesheet" href="password_manager.css"> | 35 <link rel="stylesheet" href="password_manager.css"> |
| 36 <link rel="stylesheet" href="password_manager_list.css"> | 36 <link rel="stylesheet" href="password_manager_list.css"> |
| 37 <link rel="stylesheet" href="personal_options.css"> | 37 <link rel="stylesheet" href="personal_options.css"> |
| 38 <link rel="stylesheet" href="search_engine_manager.css"> | 38 <link rel="stylesheet" href="search_engine_manager.css"> |
| 39 <link rel="stylesheet" href="search_page.css"> | 39 <link rel="stylesheet" href="search_page.css"> |
| 40 <link rel="stylesheet" href="subpages_tab_controls.css"> | 40 <link rel="stylesheet" href="subpages_tab_controls.css"> |
| 41 <link rel="stylesheet" href="startup_overlay.css"> | 41 <link rel="stylesheet" href="startup_overlay.css"> |
| 42 <link rel="stylesheet" href="../sync_setup_overlay.css"> | 42 <link rel="stylesheet" href="../sync_setup_overlay.css"> |
| 43 <if expr="pp_ifdef('chromeos')"> | 43 <if expr="pp_ifdef('chromeos')"> |
| 44 <link rel="stylesheet" href="about_page.css"> |
| 44 <link rel="stylesheet" href="chromeos/accounts_options_page.css"> | 45 <link rel="stylesheet" href="chromeos/accounts_options_page.css"> |
| 45 <link rel="stylesheet" href="chromeos/change_picture_options.css"> | 46 <link rel="stylesheet" href="chromeos/change_picture_options.css"> |
| 46 <link rel="stylesheet" href="chromeos/internet_options_page.css"> | 47 <link rel="stylesheet" href="chromeos/internet_options_page.css"> |
| 47 <link rel="stylesheet" href="chromeos/proxy.css"> | 48 <link rel="stylesheet" href="chromeos/proxy.css"> |
| 48 <link rel="stylesheet" href="chromeos/system_options_page.css"> | 49 <link rel="stylesheet" href="chromeos/system_options_page.css"> |
| 49 <link rel="stylesheet" herf="chromeos/bluetooth.css"> | 50 <link rel="stylesheet" herf="chromeos/bluetooth.css"> |
| 50 </if> | 51 </if> |
| 51 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> | 52 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> |
| 52 <link rel="stylesheet" href="chromeos/virtual_keyboard.css"> | 53 <link rel="stylesheet" href="chromeos/virtual_keyboard.css"> |
| 53 </if> | 54 </if> |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 <include src="advanced_options.html"> | 134 <include src="advanced_options.html"> |
| 134 </div> | 135 </div> |
| 135 </div> | 136 </div> |
| 136 </div> | 137 </div> |
| 137 <div id="subpage-sheet-container-2" | 138 <div id="subpage-sheet-container-2" |
| 138 class="subpage-sheet-container transparent" hidden> | 139 class="subpage-sheet-container transparent" hidden> |
| 139 <div id="subpage-sheet-2" class="subpage-sheet"> | 140 <div id="subpage-sheet-2" class="subpage-sheet"> |
| 140 <button class="raw-button close-subpage custom-appearance"></button> | 141 <button class="raw-button close-subpage custom-appearance"></button> |
| 141 <div class="subpage-sheet-contents"> | 142 <div class="subpage-sheet-contents"> |
| 142 <if expr="pp_ifdef('chromeos')"> | 143 <if expr="pp_ifdef('chromeos')"> |
| 144 <include src="about_page.html"> |
| 143 <include src="chromeos/change_picture_options.html"> | 145 <include src="chromeos/change_picture_options.html"> |
| 144 <include src="chromeos/proxy.html"> | 146 <include src="chromeos/proxy.html"> |
| 145 </if> | 147 </if> |
| 146 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | 148 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
| 147 <include src="certificate_manager.html"> | 149 <include src="certificate_manager.html"> |
| 148 </if> | 150 </if> |
| 149 <include src="autofill_options.html"> | 151 <include src="autofill_options.html"> |
| 150 <include src="content_settings.html"> | 152 <include src="content_settings.html"> |
| 151 <include src="font_settings.html"> | 153 <include src="font_settings.html"> |
| 152 <include src="language_options.html"> | 154 <include src="language_options.html"> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 180 </div> | 182 </div> |
| 181 </div> | 183 </div> |
| 182 </div> | 184 </div> |
| 183 </div> | 185 </div> |
| 184 </div> | 186 </div> |
| 185 <script src="chrome://settings-frame/strings.js"></script> | 187 <script src="chrome://settings-frame/strings.js"></script> |
| 186 <script src="chrome://resources/js/i18n_template.js"></script> | 188 <script src="chrome://resources/js/i18n_template.js"></script> |
| 187 <script src="chrome://resources/js/i18n_process.js"></script> | 189 <script src="chrome://resources/js/i18n_process.js"></script> |
| 188 </body> | 190 </body> |
| 189 </html> | 191 </html> |
| OLD | NEW |