Chromium Code Reviews| Index: chrome/browser/bookmarks/bookmark_model.h |
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h |
| index 9bb35269fb49ff0cab56ae9ab043d0c04ab580ca..2c6edd0737773debf08d458c54b60dd082f4ced0 100644 |
| --- a/chrome/browser/bookmarks/bookmark_model.h |
| +++ b/chrome/browser/bookmarks/bookmark_model.h |
| @@ -292,6 +292,11 @@ class BookmarkModel : public content::NotificationObserver, |
| void BeginExtensiveChanges(); |
| void EndExtensiveChanges(); |
| + // Notifies the observers that a set of changes initiated by a single user |
| + // action is about to happen and has completed. |
| + void BeginGroupedChanges(); |
|
sky
2014/02/06 17:48:27
Can you make these private and the only way to use
Tom Cassiotis
2014/02/21 17:51:45
Done.
|
| + void EndGroupedChanges(); |
| + |
| // Returns true if this bookmark model is currently in a mode where extensive |
| // changes might happen, such as for import and sync. This is helpful for |
| // observers that are created after the mode has started, and want to check |