From d8922f242f544d7bdd84263676e75906e154e2c2 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Fri, 7 May 2010 00:57:27 +0000 Subject: 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 --- base/base_drop_target.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'base/base_drop_target.h') 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; } -- cgit v1.1