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

Unified Diff: chrome/browser/cocoa/location_bar/page_action_decoration.h

Issue 3017055: Merge 54767 - [Mac] M6 Omnibox positioning changes.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
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
Index: chrome/browser/cocoa/location_bar/page_action_decoration.h
===================================================================
--- chrome/browser/cocoa/location_bar/page_action_decoration.h (revision 54837)
+++ chrome/browser/cocoa/location_bar/page_action_decoration.h (working copy)
@@ -50,6 +50,7 @@
NSPoint GetBubblePointInFrame(NSRect frame);
// Overridden from |LocationBarDecoration|
+ virtual CGFloat GetWidthForSpace(CGFloat width);
virtual bool AcceptsMousePress() { return true; }
virtual bool OnMousePressed(NSRect frame);
virtual NSString* GetToolTip();

Powered by Google App Engine
This is Rietveld 408576698