Chromium Code Reviews| Index: components/bookmarks/browser/bookmark_node_data.h |
| diff --git a/components/bookmarks/browser/bookmark_node_data.h b/components/bookmarks/browser/bookmark_node_data.h |
| index c44594e12d3e48992a7845834c691b5b02b8406b..790c7c35102da2969d48a6d02d0d271407c64cc4 100644 |
| --- a/components/bookmarks/browser/bookmark_node_data.h |
| +++ b/components/bookmarks/browser/bookmark_node_data.h |
| @@ -100,6 +100,8 @@ struct BookmarkNodeData { |
| static bool ClipboardContainsBookmarks(); |
| + static bool ClipboardContainsUrls(); |
|
sky
2014/08/12 16:39:53
This is only used by BookmarkBarView, and it's a o
|
| + |
| // Reads bookmarks from the given vector. |
| bool ReadFromVector(const std::vector<const BookmarkNode*>& nodes); |