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

Unified Diff: url/mojo/url_test.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_test.mojom
diff --git a/mash/init/public/interfaces/login.mojom b/url/mojo/url_test.mojom
similarity index 58%
copy from mash/init/public/interfaces/login.mojom
copy to url/mojo/url_test.mojom
index 3ea6f10c703ec75106ae469d3ed3ce65d53d89d0..4e1b96a1c96520922d1ed54fd8e9a05c7bfb8ab5 100644
--- a/mash/init/public/interfaces/login.mojom
+++ b/url/mojo/url_test.mojom
@@ -1,10 +1,12 @@
-// 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 mash.init.mojom;
-
-interface Login {
- LoginAs(uint32 user_id);
-};
-
+// 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;
+
+import "url/mojo/url.mojom";
+
+interface UrlTest {
+ [Sync]
+ Bounce(Url in) => (Url out);
+};
« url/mojo/url_gurl.h ('K') | « url/mojo/url_gurl.h ('k') | url/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698