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

Unified Diff: sync/internal_api/public/test/fake_sync_manager.h

Issue 159773006: [invalidations] Added table with registered objectsIds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@about_invalidations_clean
Patch Set: Created 6 years, 10 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/internal_api/public/test/fake_sync_manager.h
diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/sync/internal_api/public/test/fake_sync_manager.h
index 41dee19201b8a1900d2614e113430f19825e1fdc..8cfd1561a049cbf918e03d31f9a45758875e166b 100644
--- a/sync/internal_api/public/test/fake_sync_manager.h
+++ b/sync/internal_api/public/test/fake_sync_manager.h
@@ -68,6 +68,9 @@ class FakeSyncManager : public SyncManager {
// Posts a method to update the invalidator state on the sync thread.
virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE;
+ // Returns this class name for logging purposes.
+ virtual std::string GetOwnerName() OVERRIDE;
+
// Block until the sync thread has finished processing any pending messages.
void WaitForSyncThread();

Powered by Google App Engine
This is Rietveld 408576698