| Index: components/sync_driver/glue/sync_backend_host_core.h
|
| diff --git a/components/sync_driver/glue/sync_backend_host_core.h b/components/sync_driver/glue/sync_backend_host_core.h
|
| index 8a6f7972e405839b054f2c58ca31c4dd97669395..c181880691e528dd0b40c1076f3c07c3e7272d12 100644
|
| --- a/components/sync_driver/glue/sync_backend_host_core.h
|
| +++ b/components/sync_driver/glue/sync_backend_host_core.h
|
| @@ -255,6 +255,9 @@ class SyncBackendHostCore
|
| void DoClearServerData(
|
| const syncer::SyncManager::ClearServerDataCallback& frontend_callback);
|
|
|
| + // Notify the syncer that the cookie jar has changed.
|
| + void DoOnCookieJarChanged(bool account_mismatch);
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<SyncBackendHostCore>;
|
| friend class SyncBackendHostForProfileSyncTest;
|
|
|