| Index: components/sync_driver/glue/sync_backend_host.h
|
| diff --git a/components/sync_driver/glue/sync_backend_host.h b/components/sync_driver/glue/sync_backend_host.h
|
| index ed01e7c17c806cee559dce106a77b1d3ba1007b8..dd4e3798acbd9fe704cf5e76e650fa25e969613f 100644
|
| --- a/components/sync_driver/glue/sync_backend_host.h
|
| +++ b/components/sync_driver/glue/sync_backend_host.h
|
| @@ -231,7 +231,7 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer {
|
|
|
| // Notify the syncer that the cookie jar has changed.
|
| // See SyncManager::OnCookieJarChanged.
|
| - virtual void OnCookieJarChanged(bool account_mismatch) = 0;
|
| + virtual void OnCookieJarChanged(bool account_mismatch, bool empty_jar) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncBackendHost);
|
|
|