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

Unified Diff: chromeos/network/certificate_pattern.h

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/disks/disk_mount_manager.cc ('k') | chromeos/network/certificate_pattern.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/certificate_pattern.h
diff --git a/chromeos/network/certificate_pattern.h b/chromeos/network/certificate_pattern.h
index 3c787643ac0138d1c828c0fc9d0bd7df23c4a67a..5d346e581bd8c1d9cd702bdaa146905c1b5d2bf1 100644
--- a/chromeos/network/certificate_pattern.h
+++ b/chromeos/network/certificate_pattern.h
@@ -26,6 +26,7 @@ class CHROMEOS_EXPORT IssuerSubjectPattern {
const std::string& locality,
const std::string& organization,
const std::string& organizational_unit);
+ IssuerSubjectPattern(const IssuerSubjectPattern& other);
~IssuerSubjectPattern();
// Returns true if all fields in the pattern are empty.
@@ -63,6 +64,7 @@ class CHROMEOS_EXPORT IssuerSubjectPattern {
class CHROMEOS_EXPORT CertificatePattern {
public:
CertificatePattern();
+ CertificatePattern(const CertificatePattern& other);
~CertificatePattern();
// Returns true if this pattern has nothing set (and so would match
« no previous file with comments | « chromeos/disks/disk_mount_manager.cc ('k') | chromeos/network/certificate_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698