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

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

Issue 690433004: Add inspect command to skydb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
Index: sky/viewer/services/inspector.mojom
diff --git a/sky/viewer/services/tracing.mojom b/sky/viewer/services/inspector.mojom
similarity index 81%
copy from sky/viewer/services/tracing.mojom
copy to sky/viewer/services/inspector.mojom
index 4ed1d235c9d2864f2befa45bad2fb3a2a9d58f30..95b3eb58549199306f64a0c2a135607af58d07ba 100644
--- a/sky/viewer/services/tracing.mojom
+++ b/sky/viewer/services/inspector.mojom
@@ -4,9 +4,8 @@
module sky {
-interface Tracing {
- Start();
- Stop();
+interface InspectorService {
+ Inject();
};
}

Powered by Google App Engine
This is Rietveld 408576698