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

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

Issue 835463003: Remove client relationship between sky::Inspector{Front,Back}end (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: provide InspectorBackend impl from inspector.sky Created 5 years, 11 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 | « sky/framework/inspector/inspector.sky ('k') | sky/services/inspector/server.cc » ('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 4d65b439716e5175f2a5fba66e8ec389f09e59dc..2208720cb8db59c6e976303fc48ddfc5d23ed964 100644
--- a/sky/services/inspector/inspector.mojom
+++ b/sky/services/inspector/inspector.mojom
@@ -8,12 +8,10 @@ interface InspectorServer {
Listen(int32 port) => ();
};
-[Client=InspectorBackend]
interface InspectorFrontend {
SendMessage(string message);
};
-[Client=InspectorFrontend]
interface InspectorBackend {
OnConnect();
OnDisconnect();
« no previous file with comments | « sky/framework/inspector/inspector.sky ('k') | sky/services/inspector/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698