| Index: components/sync_driver/glue/sync_backend_host_mock.h
|
| diff --git a/components/sync_driver/glue/sync_backend_host_mock.h b/components/sync_driver/glue/sync_backend_host_mock.h
|
| index 1359f35ea920721bbdd96267ad0bc30e0e30360a..c21785b530a71d5a9baf045472ba726ad3087002 100644
|
| --- a/components/sync_driver/glue/sync_backend_host_mock.h
|
| +++ b/components/sync_driver/glue/sync_backend_host_mock.h
|
| @@ -120,6 +120,8 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| void ClearServerData(
|
| const syncer::SyncManager::ClearServerDataCallback& callback) override;
|
|
|
| + void OnCookieJarChanged(bool account_mismatch) override;
|
| +
|
| void set_fail_initial_download(bool should_fail);
|
|
|
| private:
|
|
|