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

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

Issue 11416091: NTP5: Implementing new specification for favicons of Most Visited Pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Evan's comments Created 8 years, 1 month 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/ntp_search/new_tab.js
diff --git a/chrome/browser/resources/ntp_search/new_tab.js b/chrome/browser/resources/ntp_search/new_tab.js
index faa3fbd529717e9fba78b032f8fde7476c7a6d56..3b7e848797ea5b56b54f62f45f110638a1bb8243 100644
--- a/chrome/browser/resources/ntp_search/new_tab.js
+++ b/chrome/browser/resources/ntp_search/new_tab.js
@@ -37,7 +37,7 @@ cr.define('ntp', function() {
* @type {number}
* @const
*/
- var HEIGHT_FOR_BOTTOM_PANEL = 505;
+ var HEIGHT_FOR_BOTTOM_PANEL = 513;
/**
* The Bottom Panel width required to show 6 cols of Tiles, which is used

Powered by Google App Engine
This is Rietveld 408576698