| Index: sync/engine/commit_util.h
|
| diff --git a/sync/engine/commit_util.h b/sync/engine/commit_util.h
|
| index 6a42ebfb4510787d1feda944c4218bcb5a27c971..29866ba6d9ea81ded350ca96f5b185dbe2896149 100644
|
| --- a/sync/engine/commit_util.h
|
| +++ b/sync/engine/commit_util.h
|
| @@ -39,6 +39,7 @@ SYNC_EXPORT void AddExtensionsActivityToMessage(
|
| // Fills the config_params field of |message|.
|
| SYNC_EXPORT void AddClientConfigParamsToMessage(
|
| ModelTypeSet enabled_types,
|
| + bool cookie_jar_mismatch,
|
| sync_pb::CommitMessage* message);
|
|
|
| // Takes a snapshot of |meta_entry| and puts it into a protobuf suitable for use
|
|
|