Index: chrome/browser/cocoa/location_bar/bubble_decoration.mm |
diff --git a/chrome/browser/cocoa/location_bar/bubble_decoration.mm b/chrome/browser/cocoa/location_bar/bubble_decoration.mm |
index 08bbbc76160522ecd123d36dff88703a8eafb639..9b9886f00cf015c700e01e345f940153608dccdf 100644 |
--- a/chrome/browser/cocoa/location_bar/bubble_decoration.mm |
+++ b/chrome/browser/cocoa/location_bar/bubble_decoration.mm |
@@ -13,7 +13,7 @@ namespace { |
const CGFloat kBubblePadding = 7.0; |
// How far to inset image from boundary rect. |
-const CGFloat kImageInset = 3.0; |
John Grabowski
2010/07/15 00:39:38
If inset is now 0, perhaps you can remove this var
Scott Hess - ex-Googler
2010/07/15 04:07:38
OK. I was going to say "What if things change aga
|
+const CGFloat kImageInset = 0.0; |
// How far to inset the keywork token from sides. |
const NSInteger kKeywordYInset = 4; |