| Index: sync/engine/commit.cc
|
| diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
|
| index a1c1737d5e702efcb0b2c141a5b35fc80969a7c2..5e3d72e1d96a7c9b0109e4a3898012f0abe7b9c3 100644
|
| --- a/sync/engine/commit.cc
|
| +++ b/sync/engine/commit.cc
|
| @@ -38,6 +38,7 @@ Commit* Commit::Init(
|
| size_t max_entries,
|
| const std::string& account_name,
|
| const std::string& cache_guid,
|
| + bool cookie_jar_mismatch,
|
| CommitProcessor* commit_processor,
|
| ExtensionsActivity* extensions_activity) {
|
| // Gather per-type contributions.
|
| @@ -71,6 +72,7 @@ Commit* Commit::Init(
|
| // Set the client config params.
|
| commit_util::AddClientConfigParamsToMessage(
|
| enabled_types,
|
| + cookie_jar_mismatch,
|
| commit_message);
|
|
|
| int previous_message_size = message.ByteSize();
|
|
|