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

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

Issue 702323002: Change default button on delete user confirmation page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shaving Created 6 years, 1 month 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/sync_setup_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index d922da0882918327f849117fb191e50850d4b92e..688d2496ae0bd2c441ec7f0291368137c02c50a4 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -45,9 +45,9 @@
</div>
</div>
<div class="action-area button-strip">
- <button id="delete-profile-cancel" i18n-content="cancel"></button>
- <button id="delete-profile-ok" class="default-button"
- i18n-content="deleteProfileOK"></button>
+ <button id="delete-profile-ok" i18n-content="deleteProfileOK"></button>
+ <button id="delete-profile-cancel" i18n-content="cancel"
+ class="default-button"></button>
</div>
</div>
<!-- Dialog for disconnecting enterprise managed profiles. -->
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698