Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: chrome/browser/resources/options/options.html

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix remove row Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698