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

Unified Diff: chrome/browser/sync/test/integration/p2p_sync_refresher.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_sync_refresher.h
diff --git a/chrome/browser/sync/test/integration/p2p_sync_refresher.h b/chrome/browser/sync/test/integration/p2p_sync_refresher.h
index 6c40df0ccd8380db68c587b56264016e96aa25d2..de7ad539bad85f2b9abdcaee66c766139e69931e 100644
--- a/chrome/browser/sync/test/integration/p2p_sync_refresher.h
+++ b/chrome/browser/sync/test/integration/p2p_sync_refresher.h
@@ -26,8 +26,7 @@ class P2PSyncRefresher : public syncer::SyncServiceObserver {
~P2PSyncRefresher() override;
// Implementation of syncer::SyncServiceObserver
- void OnStateChanged() override;
- void OnSyncCycleCompleted() override;
+ void OnSyncCycleCompleted(syncer::SyncService* sync) override;
private:
Profile* const profile_; // weak

Powered by Google App Engine
This is Rietveld 408576698