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

Unified Diff: chrome/browser/cocoa/extensions/browser_actions_controller.h

Issue 1551009: [Mac] Prep for animating the Browser Action Buttons in and out.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/extensions/browser_actions_controller.h
===================================================================
--- chrome/browser/cocoa/extensions/browser_actions_controller.h (revision 43254)
+++ chrome/browser/cocoa/extensions/browser_actions_controller.h (working copy)
@@ -31,6 +31,10 @@
// container within the Toolbar.
@interface BrowserActionsController : NSObject {
@private
+ // Whether the container has already done initial setup and layout of the
+ // buttons.
+ BOOL isInitialized_;
+
// Reference to the current browser. Weak.
Browser* browser_;

Powered by Google App Engine
This is Rietveld 408576698