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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu.h

Issue 186213003: <webview>: Context menu API implementation CL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test + fixed MenuManager::ExtensionIds(). Created 6 years, 9 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/renderer_context_menu/render_view_context_menu.h
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.h b/chrome/browser/renderer_context_menu/render_view_context_menu.h
index 0ee403d3984411fc4e36747ccc312d98a5dbc5f2..c540bec436efd1012991e16aa1647effbc50e344 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.h
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.h
@@ -198,9 +198,8 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
const content::ContextMenuParams& params,
extensions::MenuItem::ContextList contexts,
const extensions::URLPatternSet& target_url_patterns);
- static bool MenuItemMatchesParams(
- const content::ContextMenuParams& params,
- const extensions::MenuItem* item);
+ static bool MenuItemMatchesParams(const content::ContextMenuParams& params,
+ const extensions::MenuItem* item);
// Gets the extension (if any) associated with the WebContents that we're in.
const extensions::Extension* GetExtension() const;

Powered by Google App Engine
This is Rietveld 408576698