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

Unified Diff: content/public/browser/speech_recognition_session_config.cc

Issue 1867153002: content: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: content/public/browser/speech_recognition_session_config.cc
diff --git a/content/public/browser/speech_recognition_session_config.cc b/content/public/browser/speech_recognition_session_config.cc
index 7bfdf5ab61284063bc8410bd16eb84ecb150bdac..74392a16a9ea8dff88fe0552142be98a5e4b0490 100644
--- a/content/public/browser/speech_recognition_session_config.cc
+++ b/content/public/browser/speech_recognition_session_config.cc
@@ -18,6 +18,9 @@ SpeechRecognitionSessionConfig::SpeechRecognitionSessionConfig()
max_hypotheses(kDefaultMaxHypotheses) {
}
+SpeechRecognitionSessionConfig::SpeechRecognitionSessionConfig(
+ const SpeechRecognitionSessionConfig& other) = default;
+
SpeechRecognitionSessionConfig::~SpeechRecognitionSessionConfig() {
}
« no previous file with comments | « content/public/browser/speech_recognition_session_config.h ('k') | content/public/common/platform_notification_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698