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

Unified Diff: sync/notifier/invalidation_util.h

Issue 10702074: Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS Created 8 years, 5 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: sync/notifier/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index 55de45487ba06e958dc85b210d0da009068d8268..9e37a90299a9f29bdb3cef6e07cb23ff529dc887 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -34,6 +34,9 @@ bool RealModelTypeToObjectId(syncer::ModelType model_type,
bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
syncer::ModelType* model_type);
+ObjectIdSet ModelTypeSetToObjectIdSet(const ModelTypeSet& models);
+ModelTypeSet ObjectIdSetToModelTypeSet(const ObjectIdSet& ids);
+
std::string ObjectIdToString(const invalidation::ObjectId& object_id);
std::string InvalidationToString(

Powered by Google App Engine
This is Rietveld 408576698