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

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: disable unittest on android Created 8 years, 3 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 359ec7a737ce772a30c01aab88709e3a49bad59a..3b2d77c61d72e554ec46ad4db48bb1094060ebb6 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