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

Unified Diff: chrome/common/render_messages.h

Issue 15728008: Add the 'content' column to see what text is used to detect a language (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 584d9a7ee14b4541758c0ff31c7ce00a43dbc087..7b1b68ec03583701a7cd9c99463f511d2e8a844b 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -249,6 +249,7 @@ IPC_STRUCT_TRAITS_BEGIN(LanguageDetectionDetails)
IPC_STRUCT_TRAITS_MEMBER(cld_language)
IPC_STRUCT_TRAITS_MEMBER(is_cld_reliable)
IPC_STRUCT_TRAITS_MEMBER(adopted_language)
+ IPC_STRUCT_TRAITS_MEMBER(contents)
IPC_STRUCT_TRAITS_END()
//-----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698