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

Unified Diff: content/public/common/resource_type.typemap

Issue 2900563002: Network service: Safe browsing check for sub-resources from renderer. (Closed)
Patch Set: . Created 3 years, 7 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 | « content/public/common/resource_type.mojom ('k') | content/public/common/resource_type_enum_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_type.typemap
diff --git a/content/public/common/resource_type.typemap b/content/public/common/resource_type.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..5a890062b73960cd91095dcbdc72e15b658b5a6f
--- /dev/null
+++ b/content/public/common/resource_type.typemap
@@ -0,0 +1,14 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//content/public/common/resource_type.mojom"
+public_headers = [ "//content/public/common/resource_type.h" ]
+traits_headers = [ "//content/public/common/resource_type_enum_traits.h" ]
+sources = [
+ "//content/public/common/resource_type_enum_traits.cc",
+]
+deps = [
+ "//content:export",
+]
+type_mappings = [ "content.mojom.ResourceType=content::ResourceType" ]
« no previous file with comments | « content/public/common/resource_type.mojom ('k') | content/public/common/resource_type_enum_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698