| Index: chrome/browser/bookmarks/bookmark_model.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_model.h (revision 7069)
|
| +++ chrome/browser/bookmarks/bookmark_model.h (working copy)
|
| @@ -284,6 +284,11 @@
|
|
|
| Profile* profile() const { return profile_; }
|
|
|
| + // Sets the store to NULL, making it so the BookmarkModel does not persist
|
| + // any changes to disk. This is only useful during testing to speed up
|
| + // testing.
|
| + void ClearStore();
|
| +
|
| private:
|
| // Used to order BookmarkNodes by URL.
|
| class NodeURLComparator {
|
|
|