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

Unified Diff: trunk/src/sync/notifier/invalidator.h

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « trunk/src/sync/notifier/invalidation_notifier.cc ('k') | trunk/src/sync/notifier/invalidator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sync/notifier/invalidator.h
===================================================================
--- trunk/src/sync/notifier/invalidator.h (revision 208346)
+++ trunk/src/sync/notifier/invalidator.h (working copy)
@@ -83,6 +83,13 @@
// once.
virtual void UpdateCredentials(
const std::string& email, const std::string& token) = 0;
+
+ // This is here only to support the old p2p notification implementation,
+ // which is still used by sync integration tests.
+ // TODO(akalin): Remove this once we move the integration tests off p2p
+ // notifications.
+ virtual void SendInvalidation(
+ const ObjectIdInvalidationMap& invalidation_map) = 0;
};
} // namespace syncer
« no previous file with comments | « trunk/src/sync/notifier/invalidation_notifier.cc ('k') | trunk/src/sync/notifier/invalidator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698