| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/page_action_image_view.h (revision 95527)
|
| +++ chrome/browser/ui/views/location_bar/page_action_image_view.h (working copy)
|
| @@ -25,7 +25,6 @@
|
| public ExtensionPopup::Observer {
|
| public:
|
| PageActionImageView(LocationBarView* owner,
|
| - Profile* profile,
|
| ExtensionAction* page_action);
|
| virtual ~PageActionImageView();
|
|
|
| @@ -71,9 +70,6 @@
|
| // The location bar view that owns us.
|
| LocationBarView* owner_;
|
|
|
| - // The current profile (not owned by us).
|
| - Profile* profile_;
|
| -
|
| // The PageAction that this view represents. The PageAction is not owned by
|
| // us, it resides in the extension of this particular profile.
|
| ExtensionAction* page_action_;
|
|
|