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

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

Issue 869873008: [Extensions Toolbar] Move some popup logic to be platform-agnostic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avi's Created 5 years, 11 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 5f3785cd607c0af8b53ff92754d105d0a95e4827..7aa987f3a4878c4b5c2857ee9996d66e1aa8da14 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
@@ -70,7 +70,6 @@ class PageActionImageView : public ToolbarActionViewDelegateViews,
views::View* GetReferenceViewForPopup() override;
views::MenuButton* GetContextMenuButton() override;
content::WebContents* GetCurrentWebContents() const override;
- void HideActivePopup() override;
// The controller for this ExtensionAction view.
scoped_ptr<ExtensionActionViewController> view_controller_;

Powered by Google App Engine
This is Rietveld 408576698