diff options
Diffstat (limited to 'chrome/browser/cocoa/extensions/browser_actions_controller.h')
-rw-r--r-- | chrome/browser/cocoa/extensions/browser_actions_controller.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/cocoa/extensions/browser_actions_controller.h b/chrome/browser/cocoa/extensions/browser_actions_controller.h index 6768a32..22d363a 100644 --- a/chrome/browser/cocoa/extensions/browser_actions_controller.h +++ b/chrome/browser/cocoa/extensions/browser_actions_controller.h @@ -18,7 +18,6 @@ class ExtensionsServiceObserverBridge; class Profile; extern const CGFloat kBrowserActionButtonPadding; -extern const CGFloat kBrowserActionWidth; extern NSString* const kBrowserActionsChangedNotification; @@ -75,10 +74,6 @@ extern NSString* const kBrowserActionsChangedNotification; // Executes the action designated by the extension. - (void)browserActionClicked:(BrowserActionButton*)sender; -// Returns the current ID of the active tab, -1 in the case where the user is in -// incognito mode. -- (int)currentTabId; - @end // @interface BrowserActionsController @interface BrowserActionsController(TestingAPI) |