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

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

Issue 6020: Fixes a couple of bookmark bar bugs:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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
« no previous file with comments | « chrome/browser/bookmark_bar_context_menu_controller.cc ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_drag_data.h
===================================================================
--- chrome/browser/bookmarks/bookmark_drag_data.h (revision 2631)
+++ chrome/browser/bookmarks/bookmark_drag_data.h (working copy)
@@ -45,7 +45,7 @@
// Returns the node represented by this DragData. If this DragData was created
// from the same profile then the node from the model is returned. If the
// node can't be found (may have been deleted), NULL is returned.
- BookmarkNode* BookmarkDragData::GetNode(Profile* profile) const;
+ BookmarkNode* GetNode(Profile* profile) const;
// If true, this entry represents a StarredEntry of type URL.
bool is_url;
« no previous file with comments | « chrome/browser/bookmark_bar_context_menu_controller.cc ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698