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

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

Issue 2542533004: Override DevTools security summary when a Safe Browsing warning shows. (Closed)
Patch Set: Redefine event parameter (optional instead of nullable) for Closure Compiler Created 4 years 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/security_style_explanations.cc
diff --git a/content/public/browser/security_style_explanations.cc b/content/public/browser/security_style_explanations.cc
index 0b4fc219ae0704d46a164d7e20931e83c019d092..71bcbbb5942f8690f2f0da8e863fe4009f96265e 100644
--- a/content/public/browser/security_style_explanations.cc
+++ b/content/public/browser/security_style_explanations.cc
@@ -16,6 +16,9 @@ SecurityStyleExplanations::SecurityStyleExplanations()
scheme_is_cryptographic(false),
pkp_bypassed(false) {}
+SecurityStyleExplanations::SecurityStyleExplanations(
+ const SecurityStyleExplanations& other) = default;
+
SecurityStyleExplanations::~SecurityStyleExplanations() {
}

Powered by Google App Engine
This is Rietveld 408576698