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

Unified Diff: content/browser/devtools/protocol/security_handler.cc

Issue 1358063002: Switch warning_explanations (yellow) to be unauthenticated_explanations (neutral). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 | « chrome/browser/ui/browser_browsertest.cc ('k') | content/public/browser/security_style_explanations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/security_handler.cc
diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc
index 50cf64f659b727484696bdc25eef763275bc09ea..7784651f7b29e6d38bc0e8afb7067e68e61ad799 100644
--- a/content/browser/devtools/protocol/security_handler.cc
+++ b/content/browser/devtools/protocol/security_handler.cc
@@ -99,8 +99,8 @@ void SecurityHandler::SecurityStyleChanged(
AddExplanations(kSecurityStateInsecure,
security_style_explanations.broken_explanations,
&explanations);
- AddExplanations(kSecurityStateWarning,
- security_style_explanations.warning_explanations,
+ AddExplanations(kSecurityStateNeutral,
+ security_style_explanations.unauthenticated_explanations,
&explanations);
AddExplanations(kSecurityStateSecure,
security_style_explanations.secure_explanations,
« no previous file with comments | « chrome/browser/ui/browser_browsertest.cc ('k') | content/public/browser/security_style_explanations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698