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

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

Issue 9560005: [uber page] Merge advanced options page into browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase again. Created 8 years, 10 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 124465)
+++ chrome/browser/resources/options2/options.html (working copy)
@@ -13,7 +13,6 @@
<link rel="stylesheet" href="../shared/css/chrome_shared2.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<link rel="stylesheet" href="options_page.css">
-<link rel="stylesheet" href="advanced_options.css">
<link rel="stylesheet" href="alert_overlay.css">
<link rel="stylesheet" href="autofill_options.css">
<link rel="stylesheet" href="autofill_overlay.css">
@@ -144,21 +143,16 @@
<span id="managed-prefs-icon" class="managed-prefs-icon"></span>
<span id="managed-prefs-text" class="managed-prefs-text"></span>
</div>
+ <!-- TODO(csilv): Remove subpage-backdrop -->
<div id="subpage-backdrop" hidden></div>
<div id="mainview-content">
<div id="page-container">
- <!-- Please keep the main pages in desired order of display. This will
- allow search results to display in the desired order. -->
<include src="search_page.html">
<include src="browser_options.html">
</div>
+ <!-- TODO(csilv): Remove subpage-sheet-container-1 -->
<div id="subpage-sheet-container-1"
class="subpage-sheet-container transparent" hidden>
- <div id="subpage-sheet-1" class="subpage-sheet">
- <div class="subpage-sheet-contents">
- <include src="advanced_options.html">
- </div>
- </div>
</div>
</div>
</div>
« 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