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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_confirm_password.html

Issue 2412253002: Fix regression showing chrome logo in SAML signin title bar (Closed)
Patch Set: Remove unneeded CSS rules Created 4 years, 2 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 <div id="confirm-password" class="step hidden" hidden> 2 <div id="confirm-password" class="step hidden no-logo" hidden>
3 <saml-confirm-password id="saml-confirm-password"></saml-confirm-password> 3 <saml-confirm-password id="saml-confirm-password"></saml-confirm-password>
4 </div> 4 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698