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

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

Issue 489183005: Make a ShowExtensionActionPopup function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Peter's 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.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 536f4ac750cbeeb18e173e14294e85560f4f6b2a..ddb43be86da7796b73e4529c01fd8f28c327ccd6 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -94,12 +94,6 @@ class ToolbarView : public views::AccessiblePaneView,
void ExecuteExtensionCommand(const extensions::Extension* extension,
const extensions::Command& command);
- // Shows the extension's page action, if present.
- void ShowPageActionPopup(const extensions::Extension* extension);
-
- // Shows the extension's browser action, if present.
- void ShowBrowserActionPopup(const extensions::Extension* extension);
-
// Shows the app (wrench) menu. |for_drop| indicates whether the menu is
// opened for a drag-and-drop operation.
void ShowAppMenu(bool for_drop);
« no previous file with comments | « chrome/browser/ui/views/toolbar/browser_actions_container.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698