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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.cc

Issue 431173002: Create ExtensionActionView class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/toolbar/toolbar_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
index 05749038b30320a9e5821da5a94f42ec542ad9b0..c9ec171c27671d6c259656bbf1e8f89fd1f7ad49 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -332,7 +332,7 @@ void ToolbarView::ShowPageActionPopup(const extensions::Extension* extension) {
extension_manager->GetPageAction(*extension);
if (extension_action) {
location_bar_->GetPageActionView(extension_action)->image_view()->
- ExecuteAction(ExtensionPopup::SHOW);
+ extension_action_view()->ExecuteAction(ExtensionPopup::SHOW, false);
}
}

Powered by Google App Engine
This is Rietveld 408576698