Index: chrome/browser/sync/tools/sync_listen_notifications.cc |
=================================================================== |
--- chrome/browser/sync/tools/sync_listen_notifications.cc (revision 71618) |
+++ 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) { |
LOG(INFO) << "OnInvalidate: " |
<< syncable::ModelTypeToString(model_type); |
// A real implementation would respond to the invalidation. |