 Chromium Code Reviews
 Chromium Code Reviews Issue 2900563002:
  Network service: Safe browsing check for sub-resources from renderer.  (Closed)
    
  
    Issue 2900563002:
  Network service: Safe browsing check for sub-resources from renderer.  (Closed) 
  | Index: content/public/common/BUILD.gn | 
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn | 
| index 1539dfaf1c93fb7c27edd5b48527f7bcbd1281ce..18bdf6c0e2a08ae35b24d99b8a7f6eea677cee6f 100644 | 
| --- a/content/public/common/BUILD.gn | 
| +++ b/content/public/common/BUILD.gn | 
| @@ -349,3 +349,9 @@ mojom("service_names") { | 
| "service_names.mojom", | 
| ] | 
| } | 
| + | 
| +mojom("resource_type_bindings") { | 
| + sources = [ | 
| + "resource_type.mojom", | 
| + ] | 
| +} |