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

Unified Diff: ui/base/dragdrop/drop_target.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 | « tools/export_tarball/export_tarball.py ('k') | ui/base/dragdrop/drop_target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/drop_target.h
diff --git a/ui/base/dragdrop/drop_target.h b/ui/base/dragdrop/drop_target.h
index 46b43c0ce01a88ff2710dc2956aad55fec1e8c28..0baed43ed00f399e14b5ee2809d74972f11a503f 100644
--- a/ui/base/dragdrop/drop_target.h
+++ b/ui/base/dragdrop/drop_target.h
@@ -87,9 +87,6 @@ class DropTarget : public IDropTarget {
POINT cursor_position,
DWORD effect);
- // Return the drag identity.
- static int32 GetDragIdentity() { return drag_identity_; }
-
private:
// Returns the cached drop helper, creating one if necessary. The returned
// object is not addrefed. May return NULL if the object couldn't be created.
@@ -108,14 +105,6 @@ class DropTarget : public IDropTarget {
// first time it is actually used.
static IDropTargetHelper* cached_drop_target_helper_;
- // The drag identity (id). An up-counter that increases when the cursor first
- // moves over the HWND in a DnD session (OnDragEnter). 0 is reserved to mean
- // the "no/unknown" identity, and is used for initialization. The identity is
- // sent to the renderer in drag enter notifications. Note: the identity value
- // is passed over the renderer NPAPI interface to gears, so use int32 instead
- // of int here.
- static int32 drag_identity_;
-
// The HWND of the source. This HWND is used to determine coordinates for
// mouse events that are sent to the renderer notifying various drag states.
HWND hwnd_;
« no previous file with comments | « tools/export_tarball/export_tarball.py ('k') | ui/base/dragdrop/drop_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698