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

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

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: Enable transmitting Fetch Requests over Mojo Created 3 years, 9 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/Referrer.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/Referrer.typemap b/third_party/WebKit/Source/platform/mojo/Referrer.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..592479d0d252699e9fea80c15b3d0874bdc4c940
--- /dev/null
+++ b/third_party/WebKit/Source/platform/mojo/Referrer.typemap
@@ -0,0 +1,13 @@
+# 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 = "//third_party/WebKit/public/platform/referrer.mojom"
+public_headers = [ "//third_party/WebKit/Source/platform/weborigin/Referrer.h" ]
+traits_headers =
+ [ "//third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h" ]
+deps = [
+ "//mojo/public/cpp/bindings",
+ "//url",
+]
+type_mappings = [ "blink.mojom.Referrer=::blink::Referrer" ]

Powered by Google App Engine
This is Rietveld 408576698