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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://oobe/custom_elements.html"> 1 <link rel="import" href="chrome://oobe/custom_elements.html">
2 2
3 <div class="step right hidden" id="gaia-signin" role="group" 3 <div class="step right hidden" id="gaia-signin" role="group"
4 aria-live="polite" hidden> 4 aria-live="polite" hidden>
5 <div class="step-contents"> 5 <div class="step-contents">
6 <div id="gaia-signin-form-container"> 6 <div id="gaia-signin-form-container">
7 <webview id="signin-frame" name="signin-frame" hidden></webview> 7 <webview id="signin-frame" name="signin-frame" hidden></webview>
8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> 8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia>
9 <saml-interstitial id="saml-interstitial" class="fit" hidden>
10 </saml-interstitial>
9 </div> 11 </div>
10 </div> 12 </div>
11 <div id="gaia-loading" class="step-loading"> 13 <div id="gaia-loading" class="step-loading" hidden>
12 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> 14 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice>
13 </div> 15 </div>
14 <notification-card id="gaia-whitelist-error" type="fail" 16 <notification-card id="gaia-whitelist-error" type="fail"
15 i18n-values="button-label:tryAgainButton; 17 i18n-values="button-label:tryAgainButton;
16 link-label:learnMoreButton"> 18 link-label:learnMoreButton">
17 </notification-card> 19 </notification-card>
18 <div id="saml-notice-container" hidden> 20 <div id="saml-notice-container" hidden>
19 <span id="saml-notice-message"></span> 21 <span id="saml-notice-message"></span>
20 </div> 22 </div>
21 <navigation-bar id="gaia-navigation"></navigation-bar> 23 <navigation-bar id="gaia-navigation"></navigation-bar>
22 </div> 24 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698