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

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

Issue 14471: Attempt 2 at this. This differs from first version in that I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « no previous file | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698