diff options
Diffstat (limited to 'base/base_drop_target.h')
-rw-r--r-- | base/base_drop_target.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/base_drop_target.h b/base/base_drop_target.h index 8be0d36..0b9d524 100644 --- a/base/base_drop_target.h +++ b/base/base_drop_target.h @@ -28,9 +28,6 @@ class BaseDropTarget : public IDropTarget { // When suspended is set to |true|, the drop target does not receive drops // from drags initiated within the owning HWND. - // TODO(beng): (http://b/1085385) figure out how we will handle legitimate - // drag-drop operations within the same HWND, such as dragging - // selected text to an edit field. bool suspended() const { return suspended_; } void set_suspended(bool suspended) { suspended_ = suspended; } |