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

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

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.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 f582ee6855b3dac7a969e5960ae6c6d9354c96bb..926cc28594eda65410f0c57209f8abad90d3da07 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
@@ -153,8 +153,3 @@ views::MenuButton* PageActionImageView::GetContextMenuButton() {
content::WebContents* PageActionImageView::GetCurrentWebContents() const {
return owner_->GetWebContents();
}
-
-void PageActionImageView::HideActivePopup() {
- // The only popup that will be active is this popup.
- view_controller_->HidePopup();
-}

Powered by Google App Engine
This is Rietveld 408576698