| Index: chrome/browser/bookmarks/bookmark_model.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_model.h (revision 55416)
|
| +++ chrome/browser/bookmarks/bookmark_model.h (working copy)
|
| @@ -366,6 +366,9 @@
|
| // Returns whether the bookmarks file changed externally.
|
| bool file_changed() const { return file_changed_; }
|
|
|
| + // Returns the next node ID.
|
| + int64 next_node_id() const { return next_node_id_; }
|
| +
|
| private:
|
| // Used to order BookmarkNodes by URL.
|
| class NodeURLComparator {
|
|
|