| Index: trunk/src/sync/notifier/fake_invalidator.h
|
| ===================================================================
|
| --- trunk/src/sync/notifier/fake_invalidator.h (revision 208346)
|
| +++ trunk/src/sync/notifier/fake_invalidator.h (working copy)
|
| @@ -39,12 +39,15 @@
|
| virtual InvalidatorState GetInvalidatorState() const OVERRIDE;
|
| virtual void UpdateCredentials(
|
| const std::string& email, const std::string& token) OVERRIDE;
|
| + virtual void SendInvalidation(
|
| + const ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
|
|
|
| private:
|
| InvalidatorRegistrar registrar_;
|
| std::string state_;
|
| std::string email_;
|
| std::string token_;
|
| + ObjectIdInvalidationMap last_sent_invalidation_map_;
|
| };
|
|
|
| } // namespace syncer
|
|
|