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

Unified Diff: sky/tools/debugger/debugger.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/tools/debugger/debugger.mojom
diff --git a/sky/tools/debugger/debugger.mojom b/sky/tools/debugger/debugger.mojom
index 067a160569ae2cb22ce027ebf668207db11182e2..df3399e27c546eebc12a63e35e92f411d9f9bbe0 100644
--- a/sky/tools/debugger/debugger.mojom
+++ b/sky/tools/debugger/debugger.mojom
@@ -6,6 +6,7 @@ module sky {
interface Debugger {
NavigateToURL(string url);
+ InjectInspector();
};
}

Powered by Google App Engine
This is Rietveld 408576698