summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/extensions/browser_actions_controller.h
diff options
context:
space:
mode:
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 20:30:50 +0000
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 20:30:50 +0000
commita211fa0a99a3c9d4c7431b5eef173126637d55db (patch)
tree531ecac434451f0b46a478ee41d69279faddbdb1 /chrome/browser/cocoa/extensions/browser_actions_controller.h
parentbed319524bccde0384b7be7b5477b275e3c9b9f0 (diff)
downloadchromium_src-a211fa0a99a3c9d4c7431b5eef173126637d55db.zip
chromium_src-a211fa0a99a3c9d4c7431b5eef173126637d55db.tar.gz
chromium_src-a211fa0a99a3c9d4c7431b5eef173126637d55db.tar.bz2
[Mac] Get rid of the custom run loop for dragging the Browser Actions container, update cursors properly and fix a bug where a newly added extension would be put in the overflow menu if all extensions were shown.
BUG=36697 TEST=none Review URL: http://codereview.chromium.org/1581003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/extensions/browser_actions_controller.h')
-rw-r--r--chrome/browser/cocoa/extensions/browser_actions_controller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/extensions/browser_actions_controller.h b/chrome/browser/cocoa/extensions/browser_actions_controller.h
index 53ebb8b..f35fc0f 100644
--- a/chrome/browser/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/cocoa/extensions/browser_actions_controller.h
@@ -43,10 +43,6 @@ extern const NSString* kBrowserActionVisibilityChangedNotification;
// The model that tracks the order of the toolbar icons. Weak.
ExtensionToolbarModel* toolbarModel_;
- // The frame to be used for the container when updating the chevron position
- // during animation.
- NSRect animationContainerEndFrame_;
-
// The observer for the ExtensionsService we're getting events from.
scoped_ptr<ExtensionsServiceObserverBridge> observer_;