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

Unified Diff: webkit/glue/webdropdata.h

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 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 | « webkit/extensions/v8/gears_extension.cc ('k') | webkit/glue/webdropdata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdropdata.h
diff --git a/webkit/glue/webdropdata.h b/webkit/glue/webdropdata.h
index d129b067519094124b92b681f96869aa1eb550b6..a9a4ae76c366b93373d93b807e4e57cc1fddb303 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|.
« no previous file with comments | « webkit/extensions/v8/gears_extension.cc ('k') | webkit/glue/webdropdata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698