| Index: chrome/browser/bookmarks/bookmark_node_data.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_node_data.h b/chrome/browser/bookmarks/bookmark_node_data.h
|
| index 12c9ae778b5066f1c8e549c5da1928030f2d9f7e..ac2a77d225f4bdf0801cf1d785e92273b4a7f9b9 100644
|
| --- a/chrome/browser/bookmarks/bookmark_node_data.h
|
| +++ b/chrome/browser/bookmarks/bookmark_node_data.h
|
| @@ -88,7 +88,9 @@ struct BookmarkNodeData {
|
| // Creates a single-bookmark DragData from url/title pair.
|
| bool ReadFromTuple(const GURL& url, const string16& title);
|
|
|
| - // Writes elements to the clipboard.
|
| + // Writes elements to the clipboard. If |profile| is not NULL, this will write
|
| + // the profile path to the pickled data. A NULL |profile| indicates that the
|
| + // data is not associated with a particular profile.
|
| void WriteToClipboard(Profile* profile) const;
|
|
|
| // Reads bookmarks from the general copy/paste clipboard. Prefers data
|
|
|