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

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

Issue 445003002: Supervised users: UI updates for new-profile-management launch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 4 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 18c097078a01c33aa1951462e67a9fee61131839..c8f15385531e810b32a5940c458e7224ab663ae9 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -115,14 +115,9 @@
i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
</button>
</span>
- <span id="create-profile-supervised-not-signed-in" hidden>
- <span id="create-profile-supervised-not-signed-in-label"
- i18n-content="manageProfilesSupervisedNotSignedInLabel">
- </span>
- <button id="create-profile-supervised-not-signed-in-link"
- class="link-button"
- i18n-content="manageProfilesSupervisedNotSignedInLink">
- </button>
+ <span id="create-profile-supervised-not-signed-in"
+ i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
+ hidden>
</span>
</label>
<span id="create-profile-supervised-indicator"

Powered by Google App Engine
This is Rietveld 408576698