Index: chrome/browser/sync/glue/session_model_associator.h |
=================================================================== |
--- chrome/browser/sync/glue/session_model_associator.h (revision 94142) |
+++ chrome/browser/sync/glue/session_model_associator.h (working copy) |
@@ -116,7 +116,7 @@ |
// with local client data. Processes/reuses any sync nodes owned by this |
// client and creates any further sync nodes needed to store local header and |
// tab info. |
- virtual bool AssociateModels(SyncError* error); |
+ virtual bool AssociateModels(); |
// Initializes the given sync node from the given chrome node id. |
// Returns false if no sync node was found for the given chrome node id or |
@@ -126,7 +126,7 @@ |
// Clear local sync data buffers. Does not delete sync nodes to avoid |
// tombstones. TODO(zea): way to eventually delete orphaned nodes. |
- virtual bool DisassociateModels(SyncError* error); |
+ virtual bool DisassociateModels(); |
// Returns the tag used to uniquely identify this machine's session in the |
// sync model. |