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

Unified Diff: chrome/browser/extensions/extension_menu_manager.h

Issue 10535155: Hook the activeTab permission up to the omnibox, page action, and context menu APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/extensions/extension_menu_manager.h
diff --git a/chrome/browser/extensions/extension_menu_manager.h b/chrome/browser/extensions/extension_menu_manager.h
index 1197c2743822119050c2990b3c50cc4d4b724aa7..611954068bd6834efa0d5be1fe6e58577f3a3e45 100644
--- a/chrome/browser/extensions/extension_menu_manager.h
+++ b/chrome/browser/extensions/extension_menu_manager.h
@@ -294,9 +294,10 @@ class ExtensionMenuManager : public content::NotificationObserver {
bool ItemUpdated(const ExtensionMenuItem::Id& id);
// Called when a menu item is clicked on by the user.
- void ExecuteCommand(Profile* profile, content::WebContents* web_contents,
+ void ExecuteCommand(Profile* profile,
+ content::WebContents* web_contents,
const content::ContextMenuParams& params,
- const ExtensionMenuItem::Id& menuItemId);
+ const ExtensionMenuItem::Id& menu_item_id);
// This returns a bitmap of width/height kFaviconSize, loaded either from an
// entry specified in the extension's 'icon' section of the manifest, or a

Powered by Google App Engine
This is Rietveld 408576698