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

Unified Diff: components/suggestions/suggestions_service_impl.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: components/suggestions/suggestions_service_impl.h
diff --git a/components/suggestions/suggestions_service_impl.h b/components/suggestions/suggestions_service_impl.h
index 740bb8f8d9055781c74011b4a9231c15a7dcf16c..ff31fc84ce4a3a0ab23e070e83cb12f496caa220 100644
--- a/components/suggestions/suggestions_service_impl.h
+++ b/components/suggestions/suggestions_service_impl.h
@@ -112,7 +112,7 @@ class SuggestionsServiceImpl : public SuggestionsService,
static GURL BuildSuggestionsBlacklistClearURL();
// syncer::SyncServiceObserver implementation.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// Sets default timestamp for suggestions which do not have expiry timestamp.
void SetDefaultExpiryTimestamp(SuggestionsProfile* suggestions,

Powered by Google App Engine
This is Rietveld 408576698