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

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

Issue 6270006: Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/sync/notifier/server_notifier_thread.h
===================================================================
--- chrome/browser/sync/notifier/server_notifier_thread.h (revision 72686)
+++ chrome/browser/sync/notifier/server_notifier_thread.h (working copy)
@@ -59,14 +59,7 @@
virtual void SendNotification(const OutgoingNotificationData& data);
// ChromeInvalidationClient::Listener implementation.
- // We pass on two pieces of information to observers through the
- // IncomingNotificationData.
- // - the model type being invalidated, through IncomingNotificationData's
- // service_url.
- // - the invalidation payload for that model type, through
- // IncomingNotificationData's service_specific_data.
- virtual void OnInvalidate(syncable::ModelType model_type,
- const std::string& payload);
+ virtual void OnInvalidate(syncable::ModelType model_type);
virtual void OnInvalidateAll();
// StateWriter implementation.

Powered by Google App Engine
This is Rietveld 408576698