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

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: Fix sync_unit_test failure 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
« no previous file with comments | « chrome/browser/sync/engine/all_status.cc ('k') | chrome/browser/sync/engine/syncer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/sync/engine/all_status.cc ('k') | chrome/browser/sync/engine/syncer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698