Chromium Code Reviews| 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 ef96d12f09b10a2c3b844e245daf54edfd539fd4..5404e28c0736e1e8a72bec2c175415a9f2bf461f 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 |
| @@ -29,7 +29,6 @@ class MenuRunner; |
| // given PageAction and notify the extension when the icon is clicked. |
| class PageActionImageView : public views::ImageView, |
| public ImageLoadingTracker::Observer, |
| - public ExtensionContextMenuModel::PopupDelegate, |
|
sky
2012/04/12 15:57:23
Can any includes be removed now?
benwells
2012/04/13 04:56:19
Done.
|
| public views::Widget::Observer, |
| public content::NotificationObserver { |
| public: |
| @@ -59,9 +58,6 @@ class PageActionImageView : public views::ImageView, |
| const std::string& extension_id, |
| int index) OVERRIDE; |
| - // Overridden from ExtensionContextMenuModelModel::Delegate |
| - virtual void InspectPopup(ExtensionAction* action) OVERRIDE; |
| - |
| // Overridden from views::Widget::Observer |
| virtual void OnWidgetClosing(views::Widget* widget) OVERRIDE; |