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

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

Issue 9554007: [uber page] Remove obsolete subpage logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review tweaks 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 | « no previous file | 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 124987)
+++ chrome/browser/resources/options2/options.html (working copy)
@@ -138,8 +138,6 @@
<div id="main-content">
<div id="mainview">
- <!-- 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
@@ -147,10 +145,6 @@
<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>
</div>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options2/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698