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