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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_fatal_error.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 2
3 <div id="fatal-error" class="step hidden" hidden> 3 <div id="fatal-error" class="step hidden no-logo" hidden>
4 <notification-card id="fatal-error-card" type="fail"></notification-card> 4 <notification-card id="fatal-error-card" type="fail"></notification-card>
5 </div> 5 </div>
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698