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

Unified Diff: components/invalidation/invalidation_service_android.h

Issue 1146533005: [Sync] InvalidationService shouldn't CHECK when registering ObjectId for more than one handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from Bartosz. Created 5 years, 7 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/invalidation/invalidation_service_android.h
diff --git a/components/invalidation/invalidation_service_android.h b/components/invalidation/invalidation_service_android.h
index c8e0a5125d6dbdfa5d76e902e91fd2ef7190d0be..6bb79c60ed77666c25536a21ed913f271a5cad71 100644
--- a/components/invalidation/invalidation_service_android.h
+++ b/components/invalidation/invalidation_service_android.h
@@ -39,7 +39,7 @@ class InvalidationServiceAndroid
// exposing the client ID should be available soon; see crbug.com/172391.
void RegisterInvalidationHandler(
syncer::InvalidationHandler* handler) override;
- void UpdateRegisteredInvalidationIds(syncer::InvalidationHandler* handler,
+ bool UpdateRegisteredInvalidationIds(syncer::InvalidationHandler* handler,
const syncer::ObjectIdSet& ids) override;
void UnregisterInvalidationHandler(
syncer::InvalidationHandler* handler) override;
« no previous file with comments | « components/invalidation/invalidation_service.h ('k') | components/invalidation/invalidation_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698