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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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: content/public/browser/web_contents_delegate.h
===================================================================
--- content/public/browser/web_contents_delegate.h (revision 121660)
+++ content/public/browser/web_contents_delegate.h (working copy)
@@ -21,7 +21,6 @@
class FilePath;
class GURL;
class TabContents;
-struct ContextMenuParams;
struct NativeWebKeyboardEvent;
namespace base {
@@ -34,6 +33,7 @@
class JavaScriptDialogCreator;
class WebContents;
class WebIntentsDispatcher;
+struct ContextMenuParams;
struct FileChooserParams;
struct SSLStatus;
}
@@ -219,7 +219,7 @@
virtual int GetExtraRenderViewHeight() const;
// Returns true if the context menu operation was handled by the delegate.
- virtual bool HandleContextMenu(const ContextMenuParams& params);
+ virtual bool HandleContextMenu(const content::ContextMenuParams& params);
// Returns true if the context menu command was handled
virtual bool ExecuteContextMenuCommand(int command);

Powered by Google App Engine
This is Rietveld 408576698