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

Unified Diff: chrome/browser/resources/chromeos/login/screen_password_changed.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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_password_changed.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/screen_password_changed.html b/chrome/browser/resources/chromeos/login/screen_password_changed.html
index fe3cd2be3cac1cfc53b1fcd697e881c0a3036bc0..6ab206759a62052a6ef5c92782a2a43078be4072 100644
--- a/chrome/browser/resources/chromeos/login/screen_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/screen_password_changed.html
@@ -1,5 +1,5 @@
<link rel="import" href="chrome://oobe/custom_elements.html">
-<div id="password-changed" class="step faded hidden migrate" hidden>
+<div id="password-changed" class="step faded hidden migrate no-logo" hidden>
<gaia-password-changed id="gaia-password-changed"></gaia-password-changed>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_password_changed.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698