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

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

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.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
index 7f3e589865c9b0511c67f4a9b8980598ed90325b..1ea6c0bdbcef20f0bcb42adbb7e54f6cc2f74b8d 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp.html
@@ -9,13 +9,13 @@
<script src="chrome-search://local-ntp/config.js"
integrity="{{CONFIG_INTEGRITY}}"></script>
<script src="chrome-search://local-ntp/local-ntp.js"
- integrity="sha256-ROPmcormZEipZzy3Ff+o345FFrhHWsAZjBpGIyZzCYY="></script>
+ integrity="sha256-yAvSu2Dl9rlQTpQn8P1hcE5GUFQVGbuCMHypwtN6uDg="></script>
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
<body>
<!-- Container for the OneGoogleBar HTML. -->
- <div id="one-google"></div>
+ <div id="one-google" class="hidden"></div>
<div id="ntp-contents">
<div id="logo" title="Google"></div>

Powered by Google App Engine
This is Rietveld 408576698