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

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

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 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
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 392d5f634bc8d2aed56acbf98c85a1ec39f1bd6f..40a6d54f6a0d76e1a4b997f4ed9a1a4d8cbf0a50 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -24,7 +24,6 @@
#include "ui/gfx/vector2d.h"
class GURL;
-struct WebDropData;
namespace base {
class FilePath;
@@ -41,6 +40,7 @@ class RenderViewHost;
class WebContents;
class WebContentsImpl;
struct ContextMenuParams;
+struct DropData;
struct FileChooserParams;
struct NativeWebKeyboardEvent;
struct SSLStatus;
@@ -272,7 +272,7 @@ class CONTENT_EXPORT WebContentsDelegate {
// true to allow dragging and dropping on the web contents window or false to
// cancel the operation. This method is used by Chromium Embedded Framework.
virtual bool CanDragEnter(WebContents* source,
- const WebDropData& data,
+ const DropData& data,
WebKit::WebDragOperationsMask operations_allowed);
// Render view drag n drop ended.
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698