Index: chrome/browser/cocoa/extensions/browser_action_button.h |
diff --git a/chrome/browser/cocoa/extensions/browser_action_button.h b/chrome/browser/cocoa/extensions/browser_action_button.h |
index 4c8346c6491fa3ab3dded4f59919a0ae640809de..606b0338d04a078ca3014fed0d1301695b213c6f 100644 |
--- a/chrome/browser/cocoa/extensions/browser_action_button.h |
+++ b/chrome/browser/cocoa/extensions/browser_action_button.h |
@@ -26,8 +26,6 @@ extern NSString* const kBrowserActionButtonDraggingNotification; |
// Fired when the user drops the button. |
extern NSString* const kBrowserActionButtonDragEndNotification; |
-extern const CGFloat kBrowserActionWidth; |
- |
@interface BrowserActionButton : NSButton { |
@private |
// Bridge to proxy Chrome notifications to the Obj-C class as well as load the |
@@ -58,9 +56,10 @@ extern const CGFloat kBrowserActionWidth; |
BOOL dragCouldStart_; |
} |
-- (id)initWithExtension:(Extension*)extension |
- profile:(Profile*)profile |
- tabId:(int)tabId; |
+- (id)initWithFrame:(NSRect)frame |
+ extension:(Extension*)extension |
+ profile:(Profile*)profile |
+ tabId:(int)tabId; |
- (void)setFrame:(NSRect)frameRect animate:(BOOL)animate; |