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

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

Issue 931873002: Delete sky/services/inspector/server.cc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Drop the InspectorServer interface and inspector_impl. Created 5 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 | « sky/services/inspector/BUILD.gn ('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 2208720cb8db59c6e976303fc48ddfc5d23ed964..0ed53658b24e6d2d7370f65e9864e6dd4afec75e 100644
--- a/sky/services/inspector/inspector.mojom
+++ b/sky/services/inspector/inspector.mojom
@@ -4,10 +4,6 @@
module sky;
-interface InspectorServer {
- Listen(int32 port) => ();
-};
-
interface InspectorFrontend {
SendMessage(string message);
};
« no previous file with comments | « sky/services/inspector/BUILD.gn ('k') | sky/services/inspector/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698