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

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

Issue 1214243003: [Extensions UI] Clean up extension icon generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/ui/cocoa/extensions/browser_action_button.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_action_button.h b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
index cbf9a97d8e034fa276abe95aedfb18a743b7e04a..55b626455837bfa7839432bca50dbf1416653ced 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
@@ -96,14 +96,10 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
@private
// The controller for the browser actions bar that owns the button. Weak.
BrowserActionsController* browserActionsController_;
-
- // The view controller for the parent button. Weak.
- ToolbarActionViewController* viewController_;
}
@property(assign, nonatomic)
BrowserActionsController* browserActionsController;
-@property(readwrite, nonatomic) ToolbarActionViewController* viewController;
@end

Powered by Google App Engine
This is Rietveld 408576698