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

Unified Diff: chrome/browser/ui/views/location_bar/ev_bubble_view.cc

Issue 16286003: Increase omnibox size by 2 px. Increase nominal font size in omnibox to 16 px. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
Index: chrome/browser/ui/views/location_bar/ev_bubble_view.cc
===================================================================
--- chrome/browser/ui/views/location_bar/ev_bubble_view.cc (revision 203497)
+++ chrome/browser/ui/views/location_bar/ev_bubble_view.cc (working copy)
@@ -8,11 +8,7 @@
namespace {
-const int kBackgroundImages[] = {
- IDR_OMNIBOX_EV_BUBBLE_LEFT,
- IDR_OMNIBOX_EV_BUBBLE_CENTER,
- IDR_OMNIBOX_EV_BUBBLE_RIGHT,
-};
+const int kBackgroundImages[] = IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE);
}

Powered by Google App Engine
This is Rietveld 408576698