| 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 2d2d12bd65d30accd14ac57a7fb7cf9370b5b18c..d0838e67b3d203e1aed893034f4ecb81d0426701 100644
|
| --- a/components/sync_driver/glue/sync_backend_host_core.h
|
| +++ b/components/sync_driver/glue/sync_backend_host_core.h
|
| @@ -262,7 +262,7 @@ class SyncBackendHostCore
|
| const syncer::SyncManager::ClearServerDataCallback& frontend_callback);
|
|
|
| // Notify the syncer that the cookie jar has changed.
|
| - void DoOnCookieJarChanged(bool account_mismatch);
|
| + void DoOnCookieJarChanged(bool account_mismatch, bool empty_jar);
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<SyncBackendHostCore>;
|
|
|