diff options
Diffstat (limited to 'chrome/browser/sync/glue/fake_generic_change_processor.cc')
-rw-r--r-- | chrome/browser/sync/glue/fake_generic_change_processor.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/fake_generic_change_processor.cc b/chrome/browser/sync/glue/fake_generic_change_processor.cc index f068dc6..0e1eeb9 100644 --- a/chrome/browser/sync/glue/fake_generic_change_processor.cc +++ b/chrome/browser/sync/glue/fake_generic_change_processor.cc @@ -55,6 +55,12 @@ syncer::SyncError FakeGenericChangeProcessor::GetAllSyncDataReturnError( return get_sync_data_for_type_error_; } +bool FakeGenericChangeProcessor::GetDataTypeContext( + syncer::ModelType type, + std::string* context) const { + return false; +} + int FakeGenericChangeProcessor::GetSyncCountForType(syncer::ModelType type) { return 0; } |