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

Unified Diff: mojo/public/interfaces/service_provider/service_provider.mojom

Issue 298003008: Shell / ShellClient -> ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/public/interfaces/service_provider/BUILD.gn ('k') | mojo/public/interfaces/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/service_provider/service_provider.mojom
diff --git a/mojo/public/interfaces/shell/shell.mojom b/mojo/public/interfaces/service_provider/service_provider.mojom
similarity index 62%
rename from mojo/public/interfaces/shell/shell.mojom
rename to mojo/public/interfaces/service_provider/service_provider.mojom
index e5f6c39cbb9c8dd54ec4032d2387d34db0476615..c2deca6a086092728f771a6220f635ee6cedac6e 100644
--- a/mojo/public/interfaces/shell/shell.mojom
+++ b/mojo/public/interfaces/service_provider/service_provider.mojom
@@ -4,15 +4,11 @@
module mojo {
-[Client=ShellClient]
-interface Shell {
+[Client=ServiceProvider]
+interface ServiceProvider {
// Loads url. mojo:{service} will result in the user of the value of the
// --origin flag to the shell being used.
- Connect(string url, handle<message_pipe> client_handle);
-};
-
-interface ShellClient {
- AcceptConnection(string url, handle<message_pipe> client_handle);
+ ConnectToService(string url, handle<message_pipe> client_handle);
};
}
« no previous file with comments | « mojo/public/interfaces/service_provider/BUILD.gn ('k') | mojo/public/interfaces/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698