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

Unified Diff: sync/notifier/fake_invalidation_handler.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/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/fake_invalidation_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/fake_invalidation_handler.h
diff --git a/sync/notifier/fake_invalidation_handler.h b/sync/notifier/fake_invalidation_handler.h
index 5f2b8e60bd4ede442605352b943cee9286f2c2ed..7ab89f4580e6b77afd8a8c46f0203992a8544c15 100644
--- a/sync/notifier/fake_invalidation_handler.h
+++ b/sync/notifier/fake_invalidation_handler.h
@@ -20,19 +20,16 @@ class FakeInvalidationHandler : public InvalidationHandler {
InvalidatorState GetInvalidatorState() const;
const ObjectIdInvalidationMap& GetLastInvalidationMap() const;
- IncomingInvalidationSource GetLastInvalidationSource() const;
int GetInvalidationCount() const;
// InvalidationHandler implementation.
virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE;
virtual void OnIncomingInvalidation(
- const ObjectIdInvalidationMap& invalidation_map,
- IncomingInvalidationSource source) OVERRIDE;
+ const ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
private:
InvalidatorState state_;
ObjectIdInvalidationMap last_invalidation_map_;
- IncomingInvalidationSource last_source_;
int invalidation_count_;
DISALLOW_COPY_AND_ASSIGN(FakeInvalidationHandler);
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/fake_invalidation_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698