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

Unified Diff: url/mojo/url.mojom

Issue 1760643004: Add mojo struct traits for GURL so that it can be sent over mojoms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojom namespace and add security owners Created 4 years, 10 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: url/mojo/url.mojom
diff --git a/gpu/command_buffer/common/mailbox.mojom b/url/mojo/url.mojom
similarity index 75%
copy from gpu/command_buffer/common/mailbox.mojom
copy to url/mojo/url.mojom
index 43df62bc82de045c0a154db72a35a517d7b883ee..b97d426d37ddf06dd8ebff195e67391bc1826f11 100644
--- a/gpu/command_buffer/common/mailbox.mojom
+++ b/url/mojo/url.mojom
@@ -1,8 +1,9 @@
-// Copyright 2016 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.
-
-module gpu.mojom;
-
-[Native]
-struct Mailbox;
+// Copyright 2016 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.
+
+module url.mojom;
+
+struct Url {
+ string url;
+};
« no previous file with comments | « url/mojo/mojo_gurl_unittest.cc ('k') | url/mojo/url_gurl.h » ('j') | url/mojo/url_gurl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698