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

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

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.cc
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
index 388709ae054d402a7819184eb21110239d85c74f..3ab5e7f317e767c730c505bc33557678661e0114 100644
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
@@ -219,7 +219,7 @@ void PageActionImageView::UpdateVisibility(WebContents* contents,
SetVisible(true);
}
-void PageActionImageView::InspectPopup(ExtensionAction* action) {
+void PageActionImageView::InspectPopup() {
ExecuteAction(ExtensionPopup::SHOW_AND_INSPECT);
}

Powered by Google App Engine
This is Rietveld 408576698