| Index: chrome/browser/sync/engine/syncer_proto_util.h
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/chrome/browser/sync/engine/syncer_proto_util.h
|
| index ea22caed14eee3c7b7e2963aa8442994c131b2b3..e9d3c79bd1fa404e4914562ed5830a0f53adda11 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util.h
|
| +++ b/chrome/browser/sync/engine/syncer_proto_util.h
|
| @@ -40,9 +40,8 @@ class CommitResponse_EntryResponse;
|
| class SyncerProtoUtil {
|
| public:
|
| // Posts the given message and fills the buffer with the returned value.
|
| - // Returns true on success. Also handles store birthday verification:
|
| - // session->status()->syncer_stuck_ is set true if the birthday is
|
| - // incorrect. A false value will always be returned if birthday is bad.
|
| + // Returns true on success. Also handles store birthday verification: will
|
| + // produce a SyncError if the birthday is incorrect.
|
| static SyncerError PostClientToServerMessage(
|
| const ClientToServerMessage& msg,
|
| sync_pb::ClientToServerResponse* response,
|
|
|