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

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

Issue 746713002: Move InspectorBackendMojo out of the blink namespace (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 36a569026977cb8ae3ed134cd6fd8273f097da14..e33caf3d264df50651bbd8dedda6e017c6594210 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -124,8 +124,6 @@ public:
virtual void injectModule(const WebString& path) = 0;
- virtual void connectInspectorBackend() = 0;
-
// Focus ---------------------------------------------------------------
virtual WebFrame* focusedFrame() = 0;

Powered by Google App Engine
This is Rietveld 408576698