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

Unified Diff: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm

Issue 3034003: Land new resource for content-setting images. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/app/theme/blocked_popups.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
index bd37113a2d887fb4b8154c90cffa3ba795b263a4..9e9805ae405224915253b381cccf1009226e242e 100644
--- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
+++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
@@ -52,8 +52,9 @@ const CGFloat kLeftDecorationXOffset = 3.0;
// TODO(shess): Why is this different from |kLeftDecorationXOffset|?
const CGFloat kRightDecorationXOffset = 4.0;
-// The amount of padding on either side reserved for drawing decorations.
-const CGFloat kDecorationHorizontalPad = 3;
+// The amount of padding on either side reserved for drawing
+// decorations. [Views has |kItemPadding| == 3.]
+const CGFloat kDecorationHorizontalPad = 3.0;
// How long to wait for mouse-up on the location icon before assuming
// that the user wants to drag.
« no previous file with comments | « chrome/app/theme/blocked_popups.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698