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

Unified Diff: content/public/common/typemaps.gni

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
Index: content/public/common/typemaps.gni
diff --git a/content/public/common/typemaps.gni b/content/public/common/typemaps.gni
index 9e064ca720c91a6edd25f4af59ec5e6fac9d2088..a795fa0e59e60fe61083e0e3ed9e2c787a8eef1c 100644
--- a/content/public/common/typemaps.gni
+++ b/content/public/common/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//content/public/common/referrer.typemap" ]
+typemaps = [
+ "//content/public/common/referrer.typemap",
+ "//content/public/common/resource_type.typemap",
+]

Powered by Google App Engine
This is Rietveld 408576698