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

Unified Diff: Source/core/inspector/InspectorResourceAgent.cpp

Issue 1289203009: Switch InspectorResourceAgent to use Neutral instead of Http for SecurityState. (2/4) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorResourceAgent.cpp
diff --git a/Source/core/inspector/InspectorResourceAgent.cpp b/Source/core/inspector/InspectorResourceAgent.cpp
index 8b960c256016f536a7931138cf93f1a535fa6653..1abfe5b54ab4cc72f619e7984b4a85ad11c79634 100644
--- a/Source/core/inspector/InspectorResourceAgent.cpp
+++ b/Source/core/inspector/InspectorResourceAgent.cpp
@@ -246,7 +246,7 @@ static PassRefPtr<TypeBuilder::Network::Response> buildObjectForResourceResponse
securityState = TypeBuilder::Security::SecurityState::Unknown;
break;
case ResourceResponse::SecurityStyleUnauthenticated:
- securityState = TypeBuilder::Security::SecurityState::Http;
+ securityState = TypeBuilder::Security::SecurityState::Neutral;
break;
case ResourceResponse::SecurityStyleAuthenticationBroken:
securityState = TypeBuilder::Security::SecurityState::Insecure;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698