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

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 syntax 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings_exceptions_area.js ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698