Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: chrome/browser/bookmarks/bookmark_drag_data.h

Issue 596105: Bookmark Manager Drag and Drop backend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/bookmark_drag_data.h
===================================================================
--- chrome/browser/bookmarks/bookmark_drag_data.h (revision 39450)
+++ chrome/browser/bookmarks/bookmark_drag_data.h (working copy)
@@ -124,6 +124,9 @@
// Number of elements.
size_t size() const { return elements.size(); }
+ // Clears the data.
+ void Clear();
+
// Returns true if this data is from the specified profile.
bool IsFromProfile(Profile* profile) const;
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_drag_data.cc » ('j') | chrome/browser/extensions/extension_dom_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698