| 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
|
|
|