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

Unified Diff: content/common/application_setup.mojom

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/service_registry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/application_setup.mojom
diff --git a/content/common/application_setup.mojom b/content/common/application_setup.mojom
index df45c5ac22f8d975728c91f8c29931f73f9f8784..dc730633e70ef56d89314213d5fe7bf0f9a8c60d 100644
--- a/content/common/application_setup.mojom
+++ b/content/common/application_setup.mojom
@@ -4,9 +4,9 @@
module content;
-import "mojo/shell/public/interfaces/service_provider.mojom";
+import "mojo/shell/public/interfaces/interface_provider.mojom";
interface ApplicationSetup {
- ExchangeServiceProviders(mojo.ServiceProvider& services,
- mojo.ServiceProvider exposed_services);
+ ExchangeInterfaceProviders(mojo.InterfaceProvider& remote_interfaces,
+ mojo.InterfaceProvider local_interfaces);
};
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698