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

Unified Diff: sky/engine/public/web/WebView.h

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works 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
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 508428a89e85bbcad205f9c9fd8684532c57d954..36a569026977cb8ae3ed134cd6fd8273f097da14 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -124,6 +124,7 @@ public:
virtual void injectModule(const WebString& path) = 0;
+ virtual void connectInspectorBackend() = 0;
// Focus ---------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698