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

Unified Diff: chrome/browser/resources/chromeos/login/offline_gaia.html

Issue 1831523003: FR: SAML Sign In - Interstitial page to send users directly to IdP login screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the <br> comment Created 4 years, 9 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/chromeos/login/offline_gaia.html
diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.html b/chrome/browser/resources/chromeos/login/offline_gaia.html
index 717282c18a0a257811abf71cc819b54bc5f32ac1..cd430de9848ab1b8ba108b4c5d0cbbd12793a645 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.html
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.html
@@ -22,7 +22,7 @@
<offline-gaia></offline-gaia>
Attributes:
- 'enterpriseInfo' - Information about device management.
+ 'showEnterpriseMessage' - If the "manged by" message should be shown.
'emailDomain' - autocomplete domain for the email input.
Events:
@@ -52,9 +52,9 @@
<neon-animatable id="emailSection" class="fit">
<gaia-card class="fit">
<div class="header flex vertical layout end-justified start">
- <h1 class="welcome-message" i18n-content="offlineLoginWelcome"></h1>
- <p class="enterprise-info" hidden$="[[!enterpriseInfo]]">
- <span>[[enterpriseInfo]]</span>
+ <h1 class="welcome-message" i18n-content="loginWelcomeMessage"></h1>
+ <p class="enterprise-info" hidden$="[[!showEnterpriseMessage]]"
+ i18n-content="enterpriseInfoMessage">
</p>
</div>
<div class="footer flex vertical layout justified">

Powered by Google App Engine
This is Rietveld 408576698