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

Unified Diff: chromeos/network/client_cert_util.cc

Issue 1870833003: chromeos: 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
« no previous file with comments | « chromeos/network/client_cert_util.h ('k') | chromeos/network/network_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/client_cert_util.cc
diff --git a/chromeos/network/client_cert_util.cc b/chromeos/network/client_cert_util.cc
index 0fface7e03cce2970b2f8dd038a74c62b77781a3..361664f27fa63ecf9a0a5a125b8100c8636bdd75 100644
--- a/chromeos/network/client_cert_util.cc
+++ b/chromeos/network/client_cert_util.cc
@@ -264,6 +264,8 @@ ClientCertConfig::ClientCertConfig()
client_cert_type(onc::client_cert::kClientCertTypeNone) {
}
+ClientCertConfig::ClientCertConfig(const ClientCertConfig& other) = default;
+
void OncToClientCertConfig(const base::DictionaryValue& network_config,
ClientCertConfig* cert_config) {
using namespace ::onc;
« no previous file with comments | « chromeos/network/client_cert_util.h ('k') | chromeos/network/network_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698