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

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

Issue 2938133003: Split translate_event.proto AUTOMATICALLY_TRANSLATED. (Closed)
Patch Set: Created 3 years, 6 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/user_event_specifics.proto
diff --git a/components/sync/protocol/user_event_specifics.proto b/components/sync/protocol/user_event_specifics.proto
index e2af33ac9cd9a393acff510e64c6b51d9888aacc..eb6b76a5ce92a9e70109091001b6d09624932a90 100644
--- a/components/sync/protocol/user_event_specifics.proto
+++ b/components/sync/protocol/user_event_specifics.proto
@@ -63,7 +63,8 @@ message Translation {
// and to_language_code will be previous chosen values.
TRANSLATION_REVERTED = 6;
// Automatically triggered translation.
- AUTOMATIC_TRANSLATION = 7;
+ AUTO_TRANSLATION_BY_PREF = 7;
groby-ooo-7-16 2017/06/20 04:17:17 Please comment on the difference. (It's obvious ri
renjieliu1 2017/06/20 04:51:38 Done.
+ AUTO_TRANSLATION_BY_LINK = 8;
}
optional Interaction interaction = 3;
}

Powered by Google App Engine
This is Rietveld 408576698