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

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

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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/engine_impl/update_handler.h ('k') | components/sync/sessions/DEPS » ('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/components/sync/protocol/client_debug_info.proto b/components/sync/protocol/client_debug_info.proto
index bf9d86946e571a09e83b90d3e4e59bfbce63bbbc..dfbb34ff65833011d73f59b2dee6048edaeaf870 100644
--- a/components/sync/protocol/client_debug_info.proto
+++ b/components/sync/protocol/client_debug_info.proto
@@ -58,7 +58,7 @@ message SyncCycleCompletedEventInfo {
optional int32 num_reflected_updates_downloaded = 9;
optional GetUpdatesCallerInfo caller_info = 10;
- // A list of all the sources that were merged into this session.
+ // A list of all the sources that were merged into this cycle.
//
// Some scenarios, notably mode switches and canary jobs, can spuriously add
// back-to-back duplicate sources to this list.
@@ -88,7 +88,7 @@ message DatatypeAssociationStats {
optional int32 num_sync_items_modified = 11;
// Model versions before association. Ideally local and sync model should
- // have same version if models were persisted properly in last session.
+ // have same version if models were persisted properly in last cycle.
// Note: currently version is only set on bookmark model.
optional int64 local_version_pre_association = 20;
optional int64 sync_version_pre_association = 21;
« no previous file with comments | « components/sync/engine_impl/update_handler.h ('k') | components/sync/sessions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698