| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/page_action_image_view.h (revision 127082)
|
| +++ chrome/browser/ui/views/location_bar/page_action_image_view.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/browser/ui/views/extensions/extension_popup.h"
|
| #include "ui/views/controls/image_view.h"
|
|
|
| -class Browser;
|
| class LocationBarView;
|
|
|
| namespace content {
|
| @@ -34,8 +33,7 @@
|
| public content::NotificationObserver {
|
| public:
|
| PageActionImageView(LocationBarView* owner,
|
| - ExtensionAction* page_action,
|
| - Browser* browser);
|
| + ExtensionAction* page_action);
|
| virtual ~PageActionImageView();
|
|
|
| ExtensionAction* page_action() { return page_action_; }
|
| @@ -93,9 +91,6 @@
|
| // us, it resides in the extension of this particular profile.
|
| ExtensionAction* page_action_;
|
|
|
| - // The corresponding browser.
|
| - Browser* browser_;
|
| -
|
| // A cache of bitmaps the page actions might need to show, mapped by path.
|
| typedef std::map<std::string, SkBitmap> PageActionMap;
|
| PageActionMap page_action_icons_;
|
|
|