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

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

Issue 6368014: dom-ui settings: Fix enabled state of commit button in Clear Browsing Data di... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/clear_browser_data_overlay.html
===================================================================
--- chrome/browser/resources/options/clear_browser_data_overlay.html (revision 72411)
+++ chrome/browser/resources/options/clear_browser_data_overlay.html (working copy)
@@ -1,6 +1,6 @@
<div id="clearBrowserDataOverlay" class="page hidden">
<h1 i18n-content="clearBrowserDataTitle"></h1>
- <div class="content-area">
+ <div id="cbdContentArea" class="content-area">
<span i18n-content="clearBrowserDataLabel"></span>
<select id="clearBrowserDataTimePeriod"
i18n-options="clearBrowserDataTimeList"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698