Index: chrome/browser/sync/tools/sync_listen_notifications.cc |
=================================================================== |
--- chrome/browser/sync/tools/sync_listen_notifications.cc (revision 71061) |
+++ chrome/browser/sync/tools/sync_listen_notifications.cc (working copy) |
@@ -153,7 +153,8 @@ |
public: |
ChromeInvalidationListener() {} |
- virtual void OnInvalidate(syncable::ModelType model_type) { |
+ virtual void OnInvalidate(syncable::ModelType model_type, |
+ const std::string& payload) { |
// TODO(akalin): This is a hack to make new sync data types work |
// with server-issued notifications. Remove this when it's not |
// needed anymore. |