| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index 1f0cf7b793032ce4608c0791dac2461a908c834a..0ffab9788cd23f110cc26e00853acdbc7270f12b 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -266,8 +266,6 @@ class BookmarkModel : public content::NotificationObserver,
|
| node == mobile_node_;
|
| }
|
|
|
| - Profile* profile() { return profile_; }
|
| -
|
| // Returns the parent the last node was added to. This never returns NULL
|
| // (as long as the model is loaded).
|
| const BookmarkNode* GetParentForNewNodes();
|
|
|