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

Unified Diff: sync/protocol/sync.proto

Issue 891123003: Revert of Sync commit errors should temporarily re-enable trigger pre-commit getupdates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « sync/engine/syncer_unittest.cc ('k') | sync/sessions/data_type_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 2c79c228c7a6529ff4d54be39b44372be4930147..df302e3f213aea19184afa60b7fb1dd80f5b15cb 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -492,13 +492,6 @@
//
// Introduced in M38.
optional bool initial_sync_in_progress = 7;
-
- // This flag is set if this GetUpdate request is due to client receiving
- // conflict response from server, so client needs to sync and then resolve
- // conflict locally, and then commit again.
- //
- // Introduced in M42.
- optional bool sync_for_resolve_conflict_in_progress = 8;
}
message GarbageCollectionDirective {
« no previous file with comments | « sync/engine/syncer_unittest.cc ('k') | sync/sessions/data_type_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698