Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: chrome/browser/sync/engine/syncer_proto_util.h

Issue 9149017: Remove broken variables from sync's AllStatus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698