| Index: chrome/browser/cocoa/extensions/browser_action_button.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/extensions/browser_action_button.h (revision 54839)
|
| +++ chrome/browser/cocoa/extensions/browser_action_button.h (working copy)
|
| @@ -25,8 +25,6 @@
|
| // 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
|
| @@ -57,9 +55,10 @@
|
| 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;
|
|
|
|
|