 Chromium Code Reviews
 Chromium Code Reviews Issue 2916873004:
  Quick fix for logging.  (Closed)
    
  
    Issue 2916873004:
  Quick fix for logging.  (Closed) 
  | 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..ecd56510645e00f2d986c214e1749bb7636e1f97 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( | 
| + int navigation_id, | 
| 
skym
2017/06/02 21:22:40
I think int is 4 bytes, while base::Time::ToIntern
 
renjieliu1
2017/06/05 06:39:19
thank you for the catch!
 | 
| const LanguageDetectionDetails& details); | 
| } // namespace translate |