Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: sync/api/fake_model_type_change_processor.h

Issue 1991023002: [Sync] USS: Fix race condition in DeviceInfoService + add error handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/api/fake_model_type_change_processor.h
diff --git a/sync/api/fake_model_type_change_processor.h b/sync/api/fake_model_type_change_processor.h
index 4d31f4d2469e788c0fa10d9e05e4fff25902d8d1..4bf59b6d33b0146c533c0a592d09079f8272003c 100644
--- a/sync/api/fake_model_type_change_processor.h
+++ b/sync/api/fake_model_type_change_processor.h
@@ -36,6 +36,9 @@ class FakeModelTypeChangeProcessor : public ModelTypeChangeProcessor {
void OnSyncStarting(syncer::DataTypeErrorHandler* error_handler,
const StartCallback& callback) override;
void DisableSync() override;
+ syncer::SyncError CreateAndUploadError(
+ const tracked_objects::Location& location,
+ const std::string& message) override;
};
} // namespace syncer_v2
« no previous file with comments | « components/sync_driver/device_info_service_unittest.cc ('k') | sync/api/fake_model_type_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698