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

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

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typos. Created 4 years, 5 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/security_style_explanations.h
diff --git a/content/public/browser/security_style_explanations.h b/content/public/browser/security_style_explanations.h
index adba598e70265dc17b3a768549cd346260948af6..66b1bfd2d82b4fb0229f362ec478fa391b90b702 100644
--- a/content/public/browser/security_style_explanations.h
+++ b/content/public/browser/security_style_explanations.h
@@ -52,6 +52,7 @@ struct SecurityStyleExplanations {
std::vector<SecurityStyleExplanation> secure_explanations;
Charlie Reis 2016/07/07 17:06:32 Can you put a comment on this block saying somethi
dadrian 2016/07/07 17:33:03 Done.
std::vector<SecurityStyleExplanation> unauthenticated_explanations;
std::vector<SecurityStyleExplanation> broken_explanations;
+ std::vector<SecurityStyleExplanation> info_explanations;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698