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

Unified Diff: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 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: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
diff --git a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
index 37a39dddd8314e7d81eef275d624c56eee41e5b1..72bdd0e6389298ea4919444c55085a5c02319d8c 100644
--- a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
+++ b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
@@ -32,8 +32,7 @@ class P2PInvalidationForwarder : public syncer::SyncServiceObserver {
~P2PInvalidationForwarder() override;
// Implementation of syncer::SyncServiceObserver
- void OnStateChanged() override;
- void OnSyncCycleCompleted() override;
+ void OnSyncCycleCompleted(syncer::SyncService* sync) override;
private:
browser_sync::ProfileSyncService* sync_service_;

Powered by Google App Engine
This is Rietveld 408576698