| Index: chrome/browser/sync/glue/typed_url_model_associator.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/typed_url_model_associator.h (revision 94142)
|
| +++ chrome/browser/sync/glue/typed_url_model_associator.h (working copy)
|
| @@ -61,13 +61,13 @@
|
| // PerDataTypeAssociatorInterface implementation.
|
| //
|
| // Iterates through the sync model looking for matched pairs of items.
|
| - virtual bool AssociateModels(SyncError* error);
|
| + virtual bool AssociateModels();
|
|
|
| // Delete all typed url nodes.
|
| bool DeleteAllNodes(sync_api::WriteTransaction* trans);
|
|
|
| // Clears all associations.
|
| - virtual bool DisassociateModels(SyncError* error);
|
| + virtual bool DisassociateModels();
|
|
|
| // The has_nodes out param is true if the sync model has nodes other
|
| // than the permanent tagged nodes.
|
|
|