| Index: chrome/browser/sync/notifier/chrome_invalidation_client.h
|
| ===================================================================
|
| --- chrome/browser/sync/notifier/chrome_invalidation_client.h (revision 71618)
|
| +++ chrome/browser/sync/notifier/chrome_invalidation_client.h (working copy)
|
| @@ -41,7 +41,8 @@
|
| public:
|
| virtual ~Listener();
|
|
|
| - virtual void OnInvalidate(syncable::ModelType model_type) = 0;
|
| + virtual void OnInvalidate(syncable::ModelType model_type,
|
| + const std::string& payload) = 0;
|
|
|
| virtual void OnInvalidateAll() = 0;
|
| };
|
|
|