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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/screen_confirm_password.html
diff --git a/chrome/browser/resources/chromeos/login/screen_confirm_password.html b/chrome/browser/resources/chromeos/login/screen_confirm_password.html
index e77fb800a84fd01a001979690396cf2250a85189..2177703e49ae8f2d4cfe8a8d38706be22f2fc2fd 100644
--- a/chrome/browser/resources/chromeos/login/screen_confirm_password.html
+++ b/chrome/browser/resources/chromeos/login/screen_confirm_password.html
@@ -1,4 +1,4 @@
<link rel="import" href="chrome://oobe/custom_elements.html">
-<div id="confirm-password" class="step hidden" hidden>
+<div id="confirm-password" class="step hidden no-logo" hidden>
<saml-confirm-password id="saml-confirm-password"></saml-confirm-password>
</div>

Powered by Google App Engine
This is Rietveld 408576698