Commit 18d0a569 authored by groby's avatar groby Committed by Commit bot

[WebUI] Cancel/OK order in donottrack overlay reversed

Settings overlays are generally cancel/OK, donottrack was OK/cancel.

BUG=425141
R=dbeam@chromium.org

Review URL: https://codereview.chromium.org/665113003

Cr-Commit-Position: refs/heads/master@{#300305}
parent 70986bd4
......@@ -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">
</button>
<button id="do-not-track-confirm-ok" class="default-button"
i18n-content="doNotTrackConfirmEnable">
</button>
</div>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment