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 0b209a7d752ea73640acbc1701ba9dc07c933ee8..90669f0506ce40da006942100e3cce81607c00be 100644 |
--- a/chrome/browser/sync/engine/syncer_proto_util.h |
+++ b/chrome/browser/sync/engine/syncer_proto_util.h |
@@ -39,9 +39,9 @@ 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 SyncProtocolError if the birthday is incorrect. A false value |
+ // will always be returned if birthday is bad. |
static bool PostClientToServerMessage( |
const ClientToServerMessage& msg, |
sync_pb::ClientToServerResponse* response, |