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

Unified Diff: content/public/browser/web_drag_dest_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/web_contents_view.h ('k') | content/public/common/drop_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_drag_dest_delegate.h
diff --git a/content/public/browser/web_drag_dest_delegate.h b/content/public/browser/web_drag_dest_delegate.h
index acbdd58e93383ed80e05b2b9e3000ead970a136a..cca3d2eadf75b9526d4f599cef4b3b5657ab59c8 100644
--- a/content/public/browser/web_drag_dest_delegate.h
+++ b/content/public/browser/web_drag_dest_delegate.h
@@ -16,15 +16,14 @@
#endif
class GURL;
-struct WebDropData;
namespace ui {
class OSExchangeData;
}
namespace content {
-
class WebContents;
+struct DropData;
// An optional delegate that listens for drags of bookmark data.
class WebDragDestDelegate {
@@ -64,7 +63,7 @@ class WebDragDestDelegate {
#elif defined(OS_WIN)
// Allows the delegate to set data on the drag. If it doesn't want to set
// data, it should return false.
- virtual bool AddDragData(const WebDropData& drop_data,
+ virtual bool AddDragData(const DropData& drop_data,
ui::OSExchangeData* data) = 0;
#endif // TOOLKIT_GTK
« no previous file with comments | « content/public/browser/web_contents_view.h ('k') | content/public/common/drop_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698