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

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

Issue 5518006: DOMUI Prefs: Add a close button to sub-pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options.html
diff --git a/chrome/browser/resources/options.html b/chrome/browser/resources/options.html
index f396e9f59abb0829a68fda1beb317a85aff40c4a..eb6448ccd95f33e0bed7b3de91e0cde7284e9e17 100644
--- a/chrome/browser/resources/options.html
+++ b/chrome/browser/resources/options.html
@@ -337,6 +337,8 @@ window.onpopstate = function(e) {
<!-- End main pages -->
<div id="subpage-sheet-container" class="hidden">
<div id="subpage-sheet">
+ <div class="close-subpage"
arv (Not doing code reviews) 2010/12/06 20:00:32 This should have been a button element.
+ onclick="OptionsPage.closeSubPage();"></div>
<if expr="pp_ifdef('chromeos')">
<include src="options/about_page.html">
<include src="options/chromeos_language_options.html">
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698