Index: content/public/browser/speech_recognition_session_config.h |
diff --git a/content/public/browser/speech_recognition_session_config.h b/content/public/browser/speech_recognition_session_config.h |
index 964f94fdbc0a3569b16ef9dfa6b479d7265a66c7..da2b011a406807d2763c740699f5beb21e69399d 100644 |
--- a/content/public/browser/speech_recognition_session_config.h |
+++ b/content/public/browser/speech_recognition_session_config.h |
@@ -24,6 +24,7 @@ class SpeechRecognitionEventListener; |
// Configuration params for creating a new speech recognition session. |
struct CONTENT_EXPORT SpeechRecognitionSessionConfig { |
SpeechRecognitionSessionConfig(); |
+ SpeechRecognitionSessionConfig(const SpeechRecognitionSessionConfig& other); |
~SpeechRecognitionSessionConfig(); |
// TODO(hans): The legacy API is dead; remove this flag (crbug.com/223198). |