| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 <include src="password_manager.html"> | 203 <include src="password_manager.html"> |
| 204 <include src="search_engine_manager.html"> | 204 <include src="search_engine_manager.html"> |
| 205 <include src="startup_page_manager.html"> | 205 <include src="startup_page_manager.html"> |
| 206 </div> | 206 </div> |
| 207 </div> | 207 </div> |
| 208 <div id="subpage-sheet-container-2" | 208 <div id="subpage-sheet-container-2" |
| 209 class="subpage-sheet-container hidden"> | 209 class="subpage-sheet-container hidden"> |
| 210 <div id="subpage-sheet-2" class="subpage-sheet"> | 210 <div id="subpage-sheet-2" class="subpage-sheet"> |
| 211 <button class="close-subpage"></button> | 211 <button class="close-subpage"></button> |
| 212 <include src="cookies_view.html"> | 212 <include src="cookies_view.html"> |
| 213 <include src="content_settings_exceptions_area.html"> |
| 213 </div> | 214 </div> |
| 214 </div> | 215 </div> |
| 215 </div> | 216 </div> |
| 216 </div> | 217 </div> |
| 217 </div> | 218 </div> |
| 218 </body> | 219 </body> |
| 219 </html> | 220 </html> |
| OLD | NEW |