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 |