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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.js

Issue 2852293002: Local NTP: Fade in the OneGoogleBar (Closed)
Patch Set: Created 3 years, 8 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/local_ntp/local_ntp.js
diff --git a/chrome/browser/resources/local_ntp/local_ntp.js b/chrome/browser/resources/local_ntp/local_ntp.js
index 637b99d7ff92a247c79fbd70d93f94f3f689dbe8..ec10dfc5e3dcfc20e74243ff8b5e174d6404a6d1 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.js
+++ b/chrome/browser/resources/local_ntp/local_ntp.js
@@ -703,6 +703,7 @@ function injectOneGoogleBar(barHtml, endOfBodyHtml) {
inHeadScript.onload = function() {
var ogElem = $('one-google');
ogElem.innerHTML = barHtml;
+ ogElem.classList.remove('hidden');
var afterBarScript = document.createElement('script');
afterBarScript.src =

Powered by Google App Engine
This is Rietveld 408576698