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

Unified Diff: sync/notifier/p2p_invalidator.h

Issue 12114012: Remove syncer::IncomingInvalidationSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove comment Created 7 years, 11 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/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/p2p_invalidator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/p2p_invalidator.h
diff --git a/sync/notifier/p2p_invalidator.h b/sync/notifier/p2p_invalidator.h
index d3faa66c5e8731d1b8cc190a77474d7891545d6a..cfb96449572294cb18eccf232f52739d1e9a6331 100644
--- a/sync/notifier/p2p_invalidator.h
+++ b/sync/notifier/p2p_invalidator.h
@@ -57,8 +57,7 @@ class SYNC_EXPORT_PRIVATE P2PNotificationData {
P2PNotificationData();
P2PNotificationData(const std::string& sender_id,
P2PNotificationTarget target,
- const ObjectIdInvalidationMap& invalidation_map,
- IncomingInvalidationSource source);
+ const ObjectIdInvalidationMap& invalidation_map);
~P2PNotificationData();
@@ -67,8 +66,6 @@ class SYNC_EXPORT_PRIVATE P2PNotificationData {
const ObjectIdInvalidationMap& GetIdInvalidationMap() const;
- IncomingInvalidationSource GetSource() const;
-
bool Equals(const P2PNotificationData& other) const;
std::string ToString() const;
@@ -84,8 +81,6 @@ class SYNC_EXPORT_PRIVATE P2PNotificationData {
P2PNotificationTarget target_;
// The invalidation map for the notification.
ObjectIdInvalidationMap invalidation_map_;
- // The source of the invalidation.
- IncomingInvalidationSource source_;
};
class SYNC_EXPORT_PRIVATE P2PInvalidator
« no previous file with comments | « sync/notifier/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/p2p_invalidator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698