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

Unified Diff: chrome/browser/sync/notifier/non_blocking_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/non_blocking_invalidation_notifier.h
diff --git a/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h b/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
index 4a49115b00d512a0c0707ddc35611753844ca191..7e65158fe0fe9ee709ed4b18fe7e607a1f2c5716 100644
--- a/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
+++ b/chrome/browser/sync/notifier/non_blocking_invalidation_notifier.h
@@ -39,8 +39,9 @@ class NonBlockingInvalidationNotifier : public SyncNotifier {
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;
private:
// The real guts of NonBlockingInvalidationNotifier, which allows this class

Powered by Google App Engine
This is Rietveld 408576698