| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index 70ca10aa8bc690757f9006207985ccea9435bc64..27c1c08cd34013a34c82992e1d38cae47d8de37d 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -173,9 +173,6 @@ class BookmarkModel : public content::NotificationObserver,
|
| // See BookmarkService for more details on this.
|
| virtual void BlockTillLoaded() OVERRIDE;
|
|
|
| - // Returns the node with |id|, or NULL if there is no node with |id|.
|
| - const BookmarkNode* GetNodeByID(int64 id) const;
|
| -
|
| // Adds a new folder node at the specified position.
|
| const BookmarkNode* AddFolder(const BookmarkNode* parent,
|
| int index,
|
|
|