| Index: chrome/browser/sync/glue/shared_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor.h b/chrome/browser/sync/glue/shared_change_processor.h
|
| index b6afe772020c9c498b5ee9d75b666a413ca95932..4f0a586797959a869c21aa6ecd2b4811a4594cd1 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor.h
|
| +++ b/chrome/browser/sync/glue/shared_change_processor.h
|
| @@ -85,6 +85,7 @@ class SharedChangeProcessor
|
| virtual syncer::SyncError ProcessSyncChanges(
|
| const tracked_objects::Location& from_here,
|
| const syncer::SyncChangeList& change_list);
|
| + virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const;
|
| virtual bool SyncModelHasUserCreatedNodes(bool* has_nodes);
|
| virtual bool CryptoReadyIfNecessary();
|
|
|
|
|