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

Unified Diff: chrome/browser/sync/notifier/invalidation_notifier.h

Issue 7745040: [Sync] Make P2PNotifier behave more like InvalidationNotifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright Created 9 years, 4 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: chrome/browser/sync/notifier/invalidation_notifier.h
diff --git a/chrome/browser/sync/notifier/invalidation_notifier.h b/chrome/browser/sync/notifier/invalidation_notifier.h
index 78f72e4c937af1f99d2d67a026c8f4bfe15df19d..c49eeb4ccacf19b0d9f3f3478bb334bbcb6e7471 100644
--- a/chrome/browser/sync/notifier/invalidation_notifier.h
+++ b/chrome/browser/sync/notifier/invalidation_notifier.h
@@ -50,8 +50,9 @@ class InvalidationNotifier
virtual void UpdateCredentials(
const std::string& email, const std::string& token) OVERRIDE;
virtual void UpdateEnabledTypes(
- const syncable::ModelTypeSet& types) OVERRIDE;
- virtual void SendNotification() OVERRIDE;
+ const syncable::ModelTypeSet& enabled_types) OVERRIDE;
+ virtual void SendNotification(
+ const syncable::ModelTypeSet& changed_types) OVERRIDE;
// notifier::LoginDelegate implementation.
virtual void OnConnect(base::WeakPtr<talk_base::Task> base_task) OVERRIDE;
« no previous file with comments | « chrome/browser/sync/internal_api/syncapi_unittest.cc ('k') | chrome/browser/sync/notifier/invalidation_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698