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

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

Issue 419023002: Move ShowPopup logic from BrowserActionsContainer to BrowserActionView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 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;

Powered by Google App Engine
This is Rietveld 408576698