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

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: code review 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
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/options.html
===================================================================
--- chrome/browser/resources/options2/options.html (revision 116378)
+++ chrome/browser/resources/options2/options.html (working copy)
@@ -121,13 +121,22 @@
<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">
<include src="chromeos/change_picture_options.html">
@@ -141,13 +150,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')">
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698