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

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

Issue 665113003: [WebUI] Cancel/OK order in donottrack overlay reversed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/do_not_track_confirm_overlay.html
diff --git a/chrome/browser/resources/options/do_not_track_confirm_overlay.html b/chrome/browser/resources/options/do_not_track_confirm_overlay.html
index 2c6ec5309457bd4e8b63038b3b1571356b212873..befb866fb58f7e5af095637ad97a0fb3f55dbae0 100644
--- a/chrome/browser/resources/options/do_not_track_confirm_overlay.html
+++ b/chrome/browser/resources/options/do_not_track_confirm_overlay.html
@@ -14,13 +14,13 @@
</div>
<div class="action-area-right">
<div class="button-strip">
- <button id="do-not-track-confirm-ok" class="default-button"
- i18n-content="doNotTrackConfirmEnable">
- </button>
<button id="do-not-track-confirm-cancel"
i18n-content="doNotTrackConfirmDisable"
class="cancel-button">
Dan Beam 2014/10/20 18:00:37 nit: seems like class="cancel-button" may be usele
</button>
+ <button id="do-not-track-confirm-ok" class="default-button"
+ i18n-content="doNotTrackConfirmEnable">
+ </button>
</div>
</div>
</div>
« 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