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

Unified Diff: components/ntp_snippets/sessions/tab_delegate_sync_adapter.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: 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: components/ntp_snippets/sessions/tab_delegate_sync_adapter.h
diff --git a/components/ntp_snippets/sessions/tab_delegate_sync_adapter.h b/components/ntp_snippets/sessions/tab_delegate_sync_adapter.h
index cac1ca42d525466b28aefbbcca9cc968479b07bf..e4bbf31a48b386a2680e154910968acd79499a05 100644
--- a/components/ntp_snippets/sessions/tab_delegate_sync_adapter.h
+++ b/components/ntp_snippets/sessions/tab_delegate_sync_adapter.h
@@ -37,7 +37,7 @@ class TabDelegateSyncAdapter : public syncer::SyncServiceObserver,
private:
// syncer::SyncServiceObserver implementation.
void OnStateChanged() override;
- void OnSyncConfigurationCompleted() override;
+ void OnSyncConfigurationCompleted(syncer::SyncService* sync) override;
void OnForeignSessionUpdated() override;
void InvokeCallback();

Powered by Google App Engine
This is Rietveld 408576698