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

Unified Diff: third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap

Issue 2043753002: Declarative resource hints go through mojo IPC to //content Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove gmocking + add another browser test 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/platform/mojo/SecurityOrigin.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap b/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
index 4492f978f2e1b52bb9bcd354323128147a6793d6..2be13c418f9755748e33aa2d22304c3d1eae4b3b 100644
--- a/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
+++ b/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
@@ -3,9 +3,14 @@
# found in the LICENSE file.
mojom = "//url/mojo/origin.mojom"
-public_headers = [ "//third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h" ]
-traits_headers = [ "//third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h" ]
+public_headers =
+ [ "//third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h" ]
+traits_headers =
+ [ "//third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h" ]
+
+# Note: consumers of this typemap must themselves depend on platform.
deps = [
- "//third_party/WebKit/Source/platform",
+ "//mojo/public/cpp/bindings",
+ "//url",
]
type_mappings = [ "url.mojom.Origin=RefPtr<::blink::SecurityOrigin>" ]

Powered by Google App Engine
This is Rietveld 408576698