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

Unified Diff: sync/notifier/invalidator.h

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « sync/notifier/invalidation_notifier.cc ('k') | sync/notifier/invalidator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidator.h
diff --git a/sync/notifier/invalidator.h b/sync/notifier/invalidator.h
index a0f881e8391a1a62c87072d2b4aafb9367165358..ccb692220833b2964707d1ec43f7fa20223056eb 100644
--- a/sync/notifier/invalidator.h
+++ b/sync/notifier/invalidator.h
@@ -83,13 +83,6 @@ class SYNC_EXPORT Invalidator {
// 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 | « sync/notifier/invalidation_notifier.cc ('k') | sync/notifier/invalidator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698