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

Unified Diff: chrome/browser/resources/ntp4/new_tab.js

Issue 1145883002: Don't pointerify [☺] User Name nor user@name.com In the top, right corner of chrome://apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ntp4/new_tab.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/ntp4/new_tab.js
diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
index c4aca6e3ea4fbdf36c83ab9baa76914d0dfad530..b127c69a3df63f43ef1c19d4ca471c052bc3ec23 100644
--- a/chrome/browser/resources/ntp4/new_tab.js
+++ b/chrome/browser/resources/ntp4/new_tab.js
@@ -541,6 +541,7 @@ cr.define('ntp', function() {
/** @const */ var showLogin = loginHeader || loginSubHeader;
$('login-container').hidden = !showLogin;
+ $('login-container').classList.toggle('signed-in', isUserSignedIn);
$('card-slider-frame').classList.toggle('showing-login-area', !!showLogin);
if (showLogin) {
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698