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

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

Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes chromeos_rel test failure and includes a rebase Created 6 years, 8 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 14e6fa807678c6f719f3a4a2afb25809ac947afd..c2a610d76f26c567edea5f070a28000287259092 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -55,25 +55,23 @@
<!-- Dialog for disconnecting enterprise managed profiles. -->
<div id="manage-profile-overlay-disconnect-managed" hidden>
<h1 i18n-content="disconnectManagedProfileTitle"></h1>
+ <div class="content-area"
+ id="disconnect-managed-profile-domain-information"
+ i18n-values=".innerHTML:disconnectManagedProfileDomainInformation">
+ </div>
<div class="content-area">
<div id="disconnect-managed-profile-message">
<div id="disconnect-managed-profile-text"
- i18n-content="disconnectManagedProfileText">
+ i18n-values=".innerHTML:disconnectManagedProfileText">
</div>
</div>
</div>
<div class="action-area">
- <div class="action-area-shortcut-container">
- <a id="disconnect-managed-profile-learn-more" class="reset-hidden"
- i18n-content="disconnectManagedProfileLearnMore" target="_blank"
- i18n-values="href:enterpriseManagedAccountHelpURL">
- </a>
- </div>
<div class="button-strip">
- <button id="disconnect-managed-profile-cancel"
- i18n-content="cancel"></button>
<button id="disconnect-managed-profile-ok" class="default-button"
i18n-content="disconnectManagedProfileOK"></button>
+ <button id="disconnect-managed-profile-cancel"
+ i18n-content="cancel"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698