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

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

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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 7b26c7571abd047f450ea0856f30658875fa06db..3afb00e543e630cd26d55c9845d261c6eb3933c2 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -1016,7 +1016,7 @@
"id": "BlockedReason",
"type": "string",
"description": "The reason why request was blocked.",
- "enum": ["csp", "mixed-content", "origin", "inspector", "other"],
+ "enum": ["csp", "mixed-content", "origin", "inspector", "subresource-filter", "other"],
"hidden": true
},
{

Powered by Google App Engine
This is Rietveld 408576698