| Index: chrome/browser/extensions/page_action_controller.h
|
| diff --git a/chrome/browser/extensions/page_action_controller.h b/chrome/browser/extensions/page_action_controller.h
|
| index af7903723660f353b460a88c0f8f19aadf496e2e..179fd28bea77be617fe5d422a137cbd9ce1c32d8 100644
|
| --- a/chrome/browser/extensions/page_action_controller.h
|
| +++ b/chrome/browser/extensions/page_action_controller.h
|
| @@ -33,9 +33,6 @@ class PageActionController : public LocationBarController::ActionProvider {
|
| // Returns the associated Profile.
|
| Profile* GetProfile();
|
|
|
| - // The current page actions for the associated WebContents.
|
| - std::vector<ExtensionAction*> current_actions_;
|
| -
|
| // The associated WebContents.
|
| content::WebContents* web_contents_;
|
|
|
|
|