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

Unified Diff: components/sync/protocol/proto_visitors.h

Issue 2836573003: [Sync] Add task ids to proto visitor for tab sync (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/proto_visitors.h
diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index 36de10727a834b00532f30bfdffb566ded514ca3..9f89e8b3aa851ceead09bc844ced4e7f194ac448 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -810,6 +810,8 @@ VISIT_PROTO_FIELDS(const sync_pb::TabNavigation& proto) {
VISIT(last_navigation_redirect_url);
VISIT(correct_referrer_policy);
VISIT_ENUM(password_state);
+ VISIT(task_id);
+ VISIT_REP(ancestor_task_id);
}
VISIT_PROTO_FIELDS(const sync_pb::ThemeSpecifics& proto) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698