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

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

Issue 803613002: [Extensions Toolbar Mac] Allow the overflow toolbar to use the theme provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/ui/cocoa/extensions/browser_actions_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
index 86dc2fe6c25f029feba97e5c3886d9faddeee971..d6cd4e0133e2a530568f6c703c06a100b5ca01c8 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
@@ -63,6 +63,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
}
@property(readonly, nonatomic) BrowserActionsContainerView* containerView;
+@property(readonly, nonatomic) Browser* browser;
// Initializes the controller given the current browser and container view that
// will hold the browser action buttons.

Powered by Google App Engine
This is Rietveld 408576698