Index: components/bookmarks/browser/bookmark_utils.h |
diff --git a/components/bookmarks/browser/bookmark_utils.h b/components/bookmarks/browser/bookmark_utils.h |
index 9fcbfb57192394e11202c0143c471c0819365662..5a65ab4636437a7d578235843f0359661ba5a9ad 100644 |
--- a/components/bookmarks/browser/bookmark_utils.h |
+++ b/components/bookmarks/browser/bookmark_utils.h |
@@ -150,6 +150,9 @@ bool IsBookmarkedByUser(BookmarkModel* model, const GURL& url); |
// Returns the node with |id|, or NULL if there is no node with |id|. |
const BookmarkNode* GetBookmarkNodeByID(const BookmarkModel* model, int64 id); |
+// Checks if clipboard contains valid url |
+bool ClipboardContainsValidUrl(base::string16&); |
sky
2014/08/22 19:40:41
I strongly urge you to read the style guide. Star
|
+ |
} // namespace bookmarks |
#endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_UTILS_H_ |