Chromium Code Reviews| Index: chrome/browser/sync/glue/bookmark_model_associator.h |
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h |
| index c5554ea4c5eee424217e954a9052e4063e8dd3e1..1f61bdc92764d30be70fbe465672409f335e6b11 100644 |
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h |
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h |
| @@ -39,7 +39,8 @@ class BookmarkModelAssociator |
| BookmarkModelAssociator( |
| BookmarkModel* bookmark_model, |
| sync_api::UserShare* user_share, |
| - DataTypeErrorHandler* unrecoverable_error_handler); |
| + DataTypeErrorHandler* unrecoverable_error_handler, |
| + bool create_mobile_bookmarks_folder); |
|
Nicolas Zea
2012/02/27 20:03:12
Comment about this param
akalin
2012/02/27 22:04:18
Done.
|
| virtual ~BookmarkModelAssociator(); |
| // Updates the visibility of the permanents node in the BookmarkModel. |
| @@ -130,6 +131,7 @@ class BookmarkModelAssociator |
| BookmarkModel* bookmark_model_; |
| sync_api::UserShare* user_share_; |
| DataTypeErrorHandler* unrecoverable_error_handler_; |
| + const bool create_mobile_bookmarks_folder_; |
| BookmarkIdToSyncIdMap id_map_; |
| SyncIdToBookmarkNodeMap id_map_inverse_; |
| // Stores sync ids for dirty associations. |