diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 00:57:27 +0000 |
commit | d8922f242f544d7bdd84263676e75906e154e2c2 (patch) | |
tree | b688c8a49b7154ceae27415f5ad31aa352ae089e /base/base_drop_target.h | |
parent | 73448fc4d5e742a7e2afe4325abbb3f4a44b0aef (diff) | |
download | chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.zip chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.gz chromium_src-d8922f242f544d7bdd84263676e75906e154e2c2.tar.bz2 |
Remove/update a bunch of references to the Google-internal bug tracker.
Many of our references turn out to just be context for a given workaround,
e.g. "Set the foobar here because the destructor dereferences it, see
http://private-bug-url".
Review URL: http://codereview.chromium.org/2004004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46645 0039d316-1c4b-4281-b951-d872f2087c98
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; } |