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

Unified Diff: ios/chrome/browser/sync/sync_observer_bridge.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: ios/chrome/browser/sync/sync_observer_bridge.h
diff --git a/ios/chrome/browser/sync/sync_observer_bridge.h b/ios/chrome/browser/sync/sync_observer_bridge.h
index 81bc49dd23464ebc7aebecd9294fc3db753ae532..080721e614ca5715c513743d32e21b4da6255377 100644
--- a/ios/chrome/browser/sync/sync_observer_bridge.h
+++ b/ios/chrome/browser/sync/sync_observer_bridge.h
@@ -32,8 +32,8 @@ class SyncObserverBridge : public syncer::SyncServiceObserver {
private:
// syncer::SyncServiceObserver implementation:
- void OnStateChanged() override;
- void OnSyncConfigurationCompleted() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
+ void OnSyncConfigurationCompleted(syncer::SyncService* sync) override;
base::WeakNSProtocol<id<SyncObserverModelBridge>> delegate_;
ScopedObserver<syncer::SyncService, syncer::SyncServiceObserver>

Powered by Google App Engine
This is Rietveld 408576698