summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_drag_data.h
diff options
context:
space:
mode:
authormrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 05:21:35 +0000
committermrossetti@chromium.org <mrossetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 05:21:35 +0000
commit4e187ef6569e197a6fd446fa5c2733ae7f0138b4 (patch)
tree2e0dff2c70620acb5ee575af258c5d7d957dac3e /chrome/browser/bookmarks/bookmark_drag_data.h
parentfd8035dceb5e77948e10f4fd2d954916fc7800cc (diff)
downloadchromium_src-4e187ef6569e197a6fd446fa5c2733ae7f0138b4.zip
chromium_src-4e187ef6569e197a6fd446fa5c2733ae7f0138b4.tar.gz
chromium_src-4e187ef6569e197a6fd446fa5c2733ae7f0138b4.tar.bz2
Add bookmark copying while dragging by holding down the <option> key.
BUG=35969 TEST=Hold down the <option> key while dragging a bookmark to a new location. Repeat with the following: 1) From bookmark bar to bookmark bar, 2) from bookmark bar into a folder, 3) from within a folder to a different place within the same folder, 4) from within a folder to the bookmark bar, 5) from within a folder to a different folder. Check to insure that the original bookmark (and its contents if it was a folder) are in both the original location and the new location. Review URL: http://codereview.chromium.org/790001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_drag_data.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_drag_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/bookmarks/bookmark_drag_data.h b/chrome/browser/bookmarks/bookmark_drag_data.h
index 9d72456..e26c362 100644
--- a/chrome/browser/bookmarks/bookmark_drag_data.h
+++ b/chrome/browser/bookmarks/bookmark_drag_data.h
@@ -22,6 +22,9 @@ class OSExchangeData;
class Pickle;
class Profile;
+// TODO(mrossetti): Rename BookmarkDragData to BookmarkNodeData, update comment.
+// See: http://crbug.com/37891
+
// BookmarkDragData is used to represent the following:
//
// . A single URL.