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

Unified Diff: content/common/service_worker/embedded_worker_setup.mojom

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (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/common/render_frame_setup.mojom ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/embedded_worker_setup.mojom
diff --git a/content/common/service_worker/embedded_worker_setup.mojom b/content/common/service_worker/embedded_worker_setup.mojom
index aa048391bb62efc3ad34f959d06f17eeedd46859..fad906a3f12da0f1374eadb76cdcf1d5af8192c7 100644
--- a/content/common/service_worker/embedded_worker_setup.mojom
+++ b/content/common/service_worker/embedded_worker_setup.mojom
@@ -7,7 +7,8 @@ module content;
import "mojo/shell/public/interfaces/interface_provider.mojom";
interface EmbeddedWorkerSetup {
- ExchangeInterfaceProviders(int32 thread_id,
- mojo.InterfaceProvider& remote_interfaces,
- mojo.InterfaceProvider local_interfaces);
+ ExchangeInterfaceProviders(
+ int32 thread_id,
+ mojo.shell.mojom.InterfaceProvider& remote_interfaces,
+ mojo.shell.mojom.InterfaceProvider local_interfaces);
};
« no previous file with comments | « content/common/render_frame_setup.mojom ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698