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

Unified Diff: chrome/browser/resources/history/alert_overlay.html

Issue 591353002: history: fix focus regression when showing "Remove history" confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 3 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/history/history.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/alert_overlay.html
diff --git a/chrome/browser/resources/history/alert_overlay.html b/chrome/browser/resources/history/alert_overlay.html
index 446c0c0075a79ccd7cb65bb72745bf86b4f06666..e5819238f9664a02d0133eb59b482c56e142d8e5 100644
--- a/chrome/browser/resources/history/alert_overlay.html
+++ b/chrome/browser/resources/history/alert_overlay.html
@@ -1,3 +1,4 @@
+<!-- TODO(dbeam): merge with chrome/browser/resources/alert_overlay.html -->
<div id="alertOverlay" class="page">
<div class="close-button"></div>
<h1 id="alertOverlayTitle"></h1>
@@ -7,7 +8,7 @@
<div class="action-area">
<div class="button-strip">
<button id="alertOverlayCancel" type="reset"></button>
- <button id="alertOverlayOk" type="submit"></button>
+ <button id="alertOverlayOk" class="default-button" type="submit"></button>
</div>
</div>
-</div>
+</div>
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698