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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2329153002: Remove the WARNING security level.
Patch Set: Restore top control test for sub.originalwebsite.com (but with ERROR instead of WARNING). Created 4 years, 3 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: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 5ad1ef38e6e30dff72bc8a704698ee0e6a777519..0ca8e57854d5c6aede90a7aaa01395af4f9c2a4e 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -852,7 +852,7 @@
{
"id": "SecurityState",
"type": "string",
- "enum": ["unknown", "neutral", "insecure", "warning", "secure", "info"],
+ "enum": ["unknown", "neutral", "insecure", "secure", "info"],
"description": "The security level of a page or resource."
},
{

Powered by Google App Engine
This is Rietveld 408576698