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

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

Issue 339023003: Make 'Disconnect from google account' dialog box shows correct message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 0 Created 6 years, 6 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
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 c2a610d76f26c567edea5f070a28000287259092..e8a6515c92e4df8b63f6ba6c1bec18ba43fc37b9 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -68,9 +68,9 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="disconnect-managed-profile-ok" class="default-button"
+ <button id="disconnect-managed-profile-ok"
i18n-content="disconnectManagedProfileOK"></button>
- <button id="disconnect-managed-profile-cancel"
+ <button id="disconnect-managed-profile-cancel" class="default-button"
i18n-content="cancel"></button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698