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

Unified Diff: components/translate/core/common/language_detection_logging_helper.h

Issue 2916873004: Quick fix for logging. (Closed)
Patch Set: updates 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/translate/core/common/language_detection_logging_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/common/language_detection_logging_helper.h
diff --git a/components/translate/core/common/language_detection_logging_helper.h b/components/translate/core/common/language_detection_logging_helper.h
index d8f67bba66fb925aa17b571e02e10b90ad0307c5..15ecaee5769c1035a41cf2e3097d696e3f229931 100644
--- a/components/translate/core/common/language_detection_logging_helper.h
+++ b/components/translate/core/common/language_detection_logging_helper.h
@@ -15,7 +15,10 @@ namespace translate {
struct LanguageDetectionDetails;
+// Construct language detection based on navigation_id and language detection
+// details.
std::unique_ptr<sync_pb::UserEventSpecifics> ConstructLanguageDetectionEvent(
+ int64_t navigation_id,
const LanguageDetectionDetails& details);
} // namespace translate
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/translate/core/common/language_detection_logging_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698