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"> |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 <include src="font_settings.html"> | 204 <include src="font_settings.html"> |
205 <include src="password_manager.html"> | 205 <include src="password_manager.html"> |
206 <include src="search_engine_manager.html"> | 206 <include src="search_engine_manager.html"> |
207 <include src="startup_page_manager.html"> | 207 <include src="startup_page_manager.html"> |
208 </div> | 208 </div> |
209 </div> | 209 </div> |
210 <div id="subpage-sheet-container-2" | 210 <div id="subpage-sheet-container-2" |
211 class="subpage-sheet-container hidden"> | 211 class="subpage-sheet-container hidden"> |
212 <div id="subpage-sheet-2" class="subpage-sheet"> | 212 <div id="subpage-sheet-2" class="subpage-sheet"> |
213 <button class="close-subpage"></button> | 213 <button class="close-subpage"></button> |
| 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 |