Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1080)

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view.h

Issue 9968076: Remove Inspect Popup command from browser actions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Woopsies Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698