| Index: sync/internal_api/public/sync_manager.h
|
| diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h
|
| index 1f834f3b3dae463b1603ad5bc4dfc9827150df97..4be3aeb0b2be817f71c873b9479032a966838bb7 100644
|
| --- a/sync/internal_api/public/sync_manager.h
|
| +++ b/sync/internal_api/public/sync_manager.h
|
| @@ -404,6 +404,11 @@ class SYNC_EXPORT SyncManager {
|
| // server. The operation will automatically be retried with backoff until it
|
| // completes successfully or sync is shutdown.
|
| virtual void ClearServerData(const ClearServerDataCallback& callback) = 0;
|
| +
|
| + // Updates Sync's tracking of whether the cookie jar has a mismatch with the
|
| + // chrome account. See ClientConfigParams proto message for more info.
|
| + // Note: this does not trigger a sync cycle. It just updates the sync context.
|
| + virtual void OnCookieJarChanged(bool account_mismatch) = 0;
|
| };
|
|
|
| } // namespace syncer
|
|
|