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

Unified Diff: chrome/browser/resources/options2/options.html

Issue 9091015: [uber page] Convert 'Under the Hood' page to a sub-page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: tweak Created 8 years, 12 months 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/options.html
===================================================================
--- chrome/browser/resources/options2/options.html (revision 116378)
+++ chrome/browser/resources/options2/options.html (working copy)
@@ -121,16 +121,23 @@
<include src="chromeos/internet_options.html">
<include src="chromeos/accounts_options.html">
</if>
- <include src="advanced_options.html">
</div>
<div id="subpage-sheet-container-1"
class="subpage-sheet-container transparent" hidden>
<div id="subpage-sheet-1" class="subpage-sheet">
<button class="raw-button close-subpage custom-appearance"></button>
<div class="subpage-sheet-contents">
+ <include src="search_engine_manager.html">
+ <include src="advanced_options.html">
+ </div>
+ </div>
+ </div>
+ <div id="subpage-sheet-container-2"
+ class="subpage-sheet-container transparent" hidden>
+ <div id="subpage-sheet-2" class="subpage-sheet">
+ <button class="raw-button close-subpage custom-appearance"></button>
+ <div class="subpage-sheet-contents">
<if expr="pp_ifdef('chromeos')">
- <include src="about_page.html">
James Hawkins 2012/01/04 23:34:30 Where do these go now?
csilv 2012/01/04 23:48:23 These pages are not accessible in options2, so I'l
James Hawkins 2012/01/04 23:54:35 Thanks!
- <include src="chromeos/change_picture_options.html">
<include src="chromeos/proxy.html">
</if>
<if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
@@ -141,13 +148,12 @@
<include src="font_settings.html">
<include src="language_options.html">
<include src="password_manager.html">
- <include src="search_engine_manager.html">
</div>
</div>
</div>
- <div id="subpage-sheet-container-2"
+ <div id="subpage-sheet-container-3"
class="subpage-sheet-container transparent" hidden>
- <div id="subpage-sheet-2" class="subpage-sheet">
+ <div id="subpage-sheet-3" class="subpage-sheet">
<button class="raw-button close-subpage custom-appearance"></button>
<div class="subpage-sheet-contents">
<if expr="pp_ifdef('chromeos')">

Powered by Google App Engine
This is Rietveld 408576698