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

Unified Diff: sky/services/inspector/inspector.mojom

Issue 710043004: Make it possible to have multiple InspectorBackends (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Move InspectorFrontendImpl into server.cc and rename ServerImpl to InspectorServerImpl Created 6 years, 1 month 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 | « sky/services/inspector/BUILD.gn ('k') | sky/services/inspector/inspector_frontend_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/inspector/inspector.mojom
diff --git a/sky/services/inspector/inspector.mojom b/sky/services/inspector/inspector.mojom
index 70a7503176119066a1e3ce739d042b645e685067..4d65b439716e5175f2a5fba66e8ec389f09e59dc 100644
--- a/sky/services/inspector/inspector.mojom
+++ b/sky/services/inspector/inspector.mojom
@@ -4,9 +4,12 @@
module sky;
+interface InspectorServer {
+ Listen(int32 port) => ();
+};
+
[Client=InspectorBackend]
interface InspectorFrontend {
- Listen(int32 port);
SendMessage(string message);
};
« no previous file with comments | « sky/services/inspector/BUILD.gn ('k') | sky/services/inspector/inspector_frontend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698