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

Unified Diff: content/common/frame.mojom

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/common/child_process_host_impl.cc ('k') | content/common/service_manager/child_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame.mojom
diff --git a/content/common/frame.mojom b/content/common/frame.mojom
index 1179015a7671c2bf1a10d25ff105e0d765818b91..5bde8c3f19b8519c787789b4489aafd40d074316 100644
--- a/content/common/frame.mojom
+++ b/content/common/frame.mojom
@@ -8,12 +8,12 @@ import "services/service_manager/public/interfaces/interface_provider.mojom";
// Implemented by the frame provider (e.g. renderer processes).
interface Frame {
- GetInterfaceProvider(shell.mojom.InterfaceProvider& interfaces);
+ GetInterfaceProvider(service_manager.mojom.InterfaceProvider& interfaces);
};
// Implemented by the frame server (i.e. the browser process).
interface FrameHost {
- GetInterfaceProvider(shell.mojom.InterfaceProvider& interfaces);
+ GetInterfaceProvider(service_manager.mojom.InterfaceProvider& interfaces);
};
// Implemented by a service that provides implementations of the Frame
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | content/common/service_manager/child_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698