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

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

Issue 547303003: Keep reference view pressed while extension actions have a popup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: VIEWS_EXPORT fix Created 6 years, 3 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 ba9c7f57dd61c043664dbe12d6aca8b803f7ceb0..992dbf01730b8b713fbaa3f708138f01870b652a 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
@@ -68,6 +68,7 @@ class PageActionImageView : public ExtensionActionViewDelegate,
virtual ExtensionActionViewController* GetPreferredPopupViewController()
OVERRIDE;
virtual views::View* GetReferenceViewForPopup() OVERRIDE;
+ virtual views::MenuButton* GetContextMenuButton() OVERRIDE;
virtual content::WebContents* GetCurrentWebContents() OVERRIDE;
virtual void HideActivePopup() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698