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

Unified Diff: components/sync/protocol/client_debug_info.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 | « components/sync/protocol/client_commands.proto ('k') | components/sync/protocol/data_type_state.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/client_debug_info.proto
diff --git a/sync/protocol/client_debug_info.proto b/components/sync/protocol/client_debug_info.proto
similarity index 98%
rename from sync/protocol/client_debug_info.proto
rename to components/sync/protocol/client_debug_info.proto
index 34e53a3f5707891f6a727b35c687095dcf1b1363..bf9d86946e571a09e83b90d3e4e59bfbce63bbbc 100644
--- a/sync/protocol/client_debug_info.proto
+++ b/components/sync/protocol/client_debug_info.proto
@@ -50,7 +50,7 @@ message SyncCycleCompletedEventInfo {
// These new conflict counters replace the ones above.
optional int32 num_encryption_conflicts = 4;
optional int32 num_hierarchy_conflicts = 5;
- optional int32 num_simple_conflicts = 6; // No longer sent since M24.
+ optional int32 num_simple_conflicts = 6; // No longer sent since M24.
optional int32 num_server_conflicts = 7;
// Counts to track the effective usefulness of our GetUpdate requests.
« no previous file with comments | « components/sync/protocol/client_commands.proto ('k') | components/sync/protocol/data_type_state.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698