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

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

Issue 10905005: Change browser/page action default icon defined in manifest to support hidpi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cocoa Created 8 years, 4 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 4ee5231e240b5e744a47beaae7492e46902964f2..e57e8470364578b4cd0d6a1216936d0481902016 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_action_button.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_action_button.h
@@ -13,7 +13,7 @@
class Browser;
class ExtensionAction;
-class ExtensionImageTrackerBridge;
+class ExtensionActionIconFactoryBridge;
namespace extensions {
class Extension;
@@ -28,7 +28,7 @@ extern NSString* const kBrowserActionButtonDragEndNotification;
@private
// Bridge to proxy Chrome notifications to the Obj-C class as well as load the
// extension's icon.
- scoped_ptr<ExtensionImageTrackerBridge> imageLoadingBridge_;
+ scoped_ptr<ExtensionActionIconFactoryBridge> iconFactoryBridge_;
// Used to move the button and query whether a button is currently animating.
scoped_nsobject<NSViewAnimation> moveAnimation_;

Powered by Google App Engine
This is Rietveld 408576698