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

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

Issue 595017: [Mac] Use the ExtensionToolbarModel for ordering of the Browser Actions. Prep... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove redundant profile object. Created 10 years, 10 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_action_button.h
===================================================================
--- chrome/browser/cocoa/extensions/browser_action_button.h (revision 38554)
+++ chrome/browser/cocoa/extensions/browser_action_button.h (working copy)
@@ -14,6 +14,7 @@
class Extension;
class ExtensionAction;
class ExtensionImageTrackerBridge;
+class Profile;
extern const CGFloat kBrowserActionWidth;
@@ -33,8 +34,8 @@
}
- (id)initWithExtension:(Extension*)extension
- tabId:(int)tabId
- xOffset:(int)xOffset;
+ profile:(Profile*)profile
+ tabId:(int)tabId;
- (void)setDefaultIcon:(NSImage*)image;

Powered by Google App Engine
This is Rietveld 408576698