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

Unified Diff: chrome/browser/ui/search/search_ui.cc

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/ui/search/search_ui.cc
diff --git a/chrome/browser/ui/search/search_ui.cc b/chrome/browser/ui/search/search_ui.cc
index c31b4171f8f34fa4ce0854e8288e59cbb1985f4e..bc714bd2bf47efe87779191dac713f68ee954ed8 100644
--- a/chrome/browser/ui/search/search_ui.cc
+++ b/chrome/browser/ui/search/search_ui.cc
@@ -13,7 +13,7 @@
namespace chrome {
namespace search {
-const int kMinContentHeightForBottomBookmarkBar = 505;
+const int kMinContentHeightForBottomBookmarkBar = 513;
} // namespace search
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698