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

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: fix gn check 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
« no previous file with comments | « url/mojo/mojo_gurl_unittest.cc ('k') | url/mojo/url_gurl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/url.mojom
diff --git a/gpu/command_buffer/common/capabilities.mojom b/url/mojo/url.mojom
similarity index 77%
copy from gpu/command_buffer/common/capabilities.mojom
copy to url/mojo/url.mojom
index fd35409e940e193377d9411c182e99746220f2a7..610bde0656369bafc808d7225be19eec1801d8bf 100644
--- a/gpu/command_buffer/common/capabilities.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 Capabilities;
+// 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;
Ken Rockot(use gerrit already) 2016/03/03 05:23:28 I think this is fine as is, but IMHO we should rea
jam 2016/03/03 16:09:04 ah I forgot, added mojom. GURL is in global namesp
+
+struct Url {
+ string url;
+};
« no previous file with comments | « url/mojo/mojo_gurl_unittest.cc ('k') | url/mojo/url_gurl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698