| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index c8111a141111e22ac9d6a7c4827d78034c1353f7..48448eab04e6c92ad891c4b10848e8a7573e407f 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -400,6 +400,11 @@ message ClientConfigParams {
|
|
|
| // Whether the PROXY_TABS proxy datatype is enabled on this client.
|
| optional bool tabs_datatype_enabled = 2;
|
| +
|
| + // Whether the account(s) present in the content area's cookie jar match the
|
| + // chrome account. If multiple accounts are present in the cookie jar, a
|
| + // mismatch implies all of them are different from the chrome account.
|
| + optional bool cookie_jar_mismatch = 3;
|
| };
|
|
|
| message CommitMessage {
|
|
|