Index: chrome/browser/cocoa/location_bar/star_decoration.mm |
diff --git a/chrome/browser/cocoa/location_bar/star_decoration.mm b/chrome/browser/cocoa/location_bar/star_decoration.mm |
index f2c6948fa91a6072566cc4e7fcaf50bff98aaf03..adedd1629cf8f0a5871043e251ac658b827c4afb 100644 |
--- a/chrome/browser/cocoa/location_bar/star_decoration.mm |
+++ b/chrome/browser/cocoa/location_bar/star_decoration.mm |
@@ -14,9 +14,10 @@ |
namespace { |
// The info-bubble point should look like it points to the point |
-// between the star's lower tips. Determined via Pixie.app |
+// between the star's lower tips. The popup should be where the |
+// Omnibox popup ends up (2px below field). Determined via Pixie.app |
// magnification. |
-const CGFloat kStarPointYOffset = 4.0; |
+const CGFloat kStarPointYOffset = 2.0; |
} // namespace |