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

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

Issue 2897563002: Implement client side logging for language detection. (Closed)
Patch Set: update comment Created 3 years, 7 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
Index: components/sync/protocol/proto_visitors.h
diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index 1ecc92e73e6a3534cc530fcd67205d7902d88a8b..e035e0584b9471b3cc90a97bed84faac9be8ff69 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -547,7 +547,7 @@ VISIT_PROTO_FIELDS(const sync_pb::LanguageDetection::Language& proto) {
VISIT_PROTO_FIELDS(const sync_pb::LanguageDetection& proto) {
VISIT_REP(detected_languages);
- VISIT(adopted_language);
+ VISIT(adopted_language_code);
}
VISIT_PROTO_FIELDS(const sync_pb::LinkedAppIconInfo& proto) {
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.cc ('k') | components/sync/protocol/user_event_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698