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

Unified Diff: mojo/services/sharing/public/interfaces/sharing.mojom

Issue 1287003010: An interface and android service for sharing. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/services/sharing/public/interfaces/BUILD.gn ('k') | services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/sharing/public/interfaces/sharing.mojom
diff --git a/mojo/public/interfaces/network/network_error.mojom b/mojo/services/sharing/public/interfaces/sharing.mojom
similarity index 68%
copy from mojo/public/interfaces/network/network_error.mojom
copy to mojo/services/sharing/public/interfaces/sharing.mojom
index d1f741d6bb13a8f77e1f6c4f106131665e693259..494b5523e6694c67ce8ebd0c84b46f5fe97cbfbe 100644
--- a/mojo/public/interfaces/network/network_error.mojom
+++ b/mojo/services/sharing/public/interfaces/sharing.mojom
@@ -2,12 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[DartPackage="mojo"]
+[DartPackage="mojo_services"]
module mojo;
-struct NetworkError {
- int32 code;
- string? description;
+interface SharingService {
+ ShareText(string text);
etiennej 2015/08/18 15:15:15 I think you should define a struct here. Something
alhaad1 2015/08/18 15:53:10 I am trying to understand the difference between w
};
-
-
« no previous file with comments | « mojo/services/sharing/public/interfaces/BUILD.gn ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698