Index: chrome/browser/sync/engine/syncer_proto_util.cc |
diff --git a/chrome/browser/sync/engine/syncer_proto_util.cc b/chrome/browser/sync/engine/syncer_proto_util.cc |
index e96af94423096697d903be9c8c5422cabbb8be76..6238498e6c7007315758be6e7abfd7887cb9de22 100644 |
--- a/chrome/browser/sync/engine/syncer_proto_util.cc |
+++ b/chrome/browser/sync/engine/syncer_proto_util.cc |
@@ -99,7 +99,8 @@ bool SyncerProtoUtil::VerifyResponseBirthday(syncable::Directory* dir, |
std::string local_birthday = dir->store_birthday(); |
- if (response->error_code() == ClientToServerResponse::CLEAR_PENDING) { |
+ if (response->error_code() == ClientToServerResponse::CLEAR_PENDING || |
+ response->error_code() == ClientToServerResponse::NOT_MY_BIRTHDAY) { |
// Birthday verification failures result in stopping sync and deleting |
// local sync data. |
return false; |