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

Unified Diff: sync/notifier/invalidator.h

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698