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

Unified Diff: net/http/transport_security_state.h

Issue 1124233005: clang/win: Fix last plugin warnings in component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: durr Created 5 years, 7 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 | « no previous file | net/http/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index 14fe0d7084ef168005f73fe1c2791197f273799c..6d5f995bdccfce34f1761b12a0da2bc0971517b4 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -68,6 +68,7 @@ class NET_EXPORT TransportSecurityState
struct STSState {
STSState();
+ STSState(const STSState& rhs);
davidben 2015/05/12 19:10:30 Probably worth a comment for why this silliness is
~STSState();
// The absolute time (UTC) when the |upgrade_mode| (and other state) was
@@ -90,6 +91,7 @@ class NET_EXPORT TransportSecurityState
struct PKPState {
PKPState();
+ PKPState(const PKPState& rhs);
~PKPState();
// The absolute time (UTC) when the |spki_hashes| (and other state) were
« no previous file with comments | « no previous file | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698