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

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

Issue 2498053002: Add field to monitor last visited time for each search engine (Closed)
Patch Set: Add unit test for last_visited field. Created 4 years, 1 month 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
Index: components/sync/protocol/proto_visitors.h
diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index b564dc8cd781f78c1491f28ae2f7bd41581785b3..897d7fc9f251126547c8d7704a7477a7b186f07a 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -518,6 +518,7 @@ VISIT_PROTO_FIELDS(const sync_pb::SearchEngineSpecifics& proto) {
VISIT(instant_url_post_params);
VISIT(image_url_post_params);
VISIT(new_tab_url);
+ VISIT(last_visited);
}
VISIT_PROTO_FIELDS(const sync_pb::SessionSpecifics& proto) {

Powered by Google App Engine
This is Rietveld 408576698