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

Unified Diff: ios/chrome/browser/desktop_promotion/desktop_promotion_sync_observer.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/desktop_promotion/desktop_promotion_sync_observer.h
diff --git a/ios/chrome/browser/desktop_promotion/desktop_promotion_sync_observer.h b/ios/chrome/browser/desktop_promotion/desktop_promotion_sync_observer.h
index 9e56a6c08058dd91000755ebb2de8b798890fda1..5923fc1c03a989cba31295ec50378f12fbb2c6dc 100644
--- a/ios/chrome/browser/desktop_promotion/desktop_promotion_sync_observer.h
+++ b/ios/chrome/browser/desktop_promotion/desktop_promotion_sync_observer.h
@@ -27,7 +27,7 @@ class DesktopPromotionSyncObserver : public syncer::SyncServiceObserver {
~DesktopPromotionSyncObserver() override;
// ProfileSyncServiceObserver implementation.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
private:
PrefService* pref_service_;

Powered by Google App Engine
This is Rietveld 408576698