summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdropdata.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-11 23:10:56 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-11 23:10:56 +0000
commit50285fffa5e44c61cbf6141908c6297fbd0b20d4 (patch)
tree5fb535a307298d93e4c885c40856303784cbf543 /webkit/glue/webdropdata.h
parent1ad795b4c02d1fd42743252685bd411619a2d4e2 (diff)
downloadchromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.zip
chromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.tar.gz
chromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.tar.bz2
Remove Gears from Chrome.
There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdropdata.h')
-rw-r--r--webkit/glue/webdropdata.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webdropdata.h b/webkit/glue/webdropdata.h
index d129b06..a9a4ae7 100644
--- a/webkit/glue/webdropdata.h
+++ b/webkit/glue/webdropdata.h
@@ -22,20 +22,13 @@ class WebDragData;
}
struct WebDropData {
- // Construct with a given drag identity. Note: identity is an int32 because
- // it is passed over the renderer NPAPI interface to gears.
- explicit WebDropData(int32 drag_identity);
-
// Construct from a WebDragData object.
explicit WebDropData(const WebKit::WebDragData&);
- // For default constructions, use drag |identity| 0.
WebDropData();
~WebDropData();
- int32 identity;
-
// User is dragging a link into the webview.
GURL url;
string16 url_title; // The title associated with |url|.