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

Unified Diff: chrome/browser/resources/chromeos/login/screen_gaia_signin.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/screen_gaia_signin.html
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
index 18afb7abeac4f4f19b8e7560191abe8d825a284e..fa503d2da82aaa3a976b28a9c5823f20615aad63 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
@@ -6,9 +6,11 @@
<div id="gaia-signin-form-container">
<webview id="signin-frame" name="signin-frame" hidden></webview>
<offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia>
+ <saml-interstitial id="saml-interstitial" class="fit" hidden>
+ </saml-interstitial>
</div>
</div>
- <div id="gaia-loading" class="step-loading">
+ <div id="gaia-loading" class="step-loading" hidden>
<throbber-notice i18n-values="text:gaiaLoading"></throbber-notice>
</div>
<notification-card id="gaia-whitelist-error" type="fail"

Powered by Google App Engine
This is Rietveld 408576698