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

Unified Diff: content/public/common/context_menu_params.h

Issue 15049004: Move ContextMenuParams(WebContextMenuInfo) ctor to content/renderer/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: class -> struct Created 7 years, 7 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/context_menu_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/context_menu_params.h
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
index ce4572467441b350effba32022db75e05fc9354a..e6b46d59b2f17088e2a0e9344cc6a42ba53bdcd2 100644
--- a/content/public/common/context_menu_params.h
+++ b/content/public/common/context_menu_params.h
@@ -42,7 +42,6 @@ struct CONTENT_EXPORT CustomContextMenuContext {
// could be used for more contextual actions.
struct CONTENT_EXPORT ContextMenuParams {
ContextMenuParams();
- explicit ContextMenuParams(const WebKit::WebContextMenuData& data);
~ContextMenuParams();
// This is the type of Context Node that the context menu was invoked on.
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/context_menu_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698