| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| index 89348a2244faebbb7a03714c77c9585a29477e24..0d1a5e0f6923bb68144e9f8796788788c9aa6b53 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| @@ -55,7 +55,7 @@ class PageActionImageView : public views::ImageView,
|
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
|
|
| // Overridden from ExtensionContextMenuModel::Delegate
|
| - virtual void InspectPopup(ExtensionAction* action) OVERRIDE;
|
| + virtual void InspectPopup() OVERRIDE;
|
|
|
| // Overridden from views::WidgetObserver:
|
| virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
|
|
|