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

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

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
« no previous file with comments | « no previous file | sky/engine/web/WebViewImpl.h » ('j') | sky/engine/web/WebViewImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 5094ac70763ad2d29075b607cf1c0b665b3598eb..c95dec32ede7b624054d1629b8dc5c8bf30c1cc3 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -129,6 +129,9 @@ public:
virtual WebFrame* mainFrame() = 0;
+ virtual void injectModule(const WebString&) = 0;
eseidel 2014/10/29 00:05:56 Can this be a WebURL?
+
+
// Focus ---------------------------------------------------------------
virtual WebFrame* focusedFrame() = 0;
« no previous file with comments | « no previous file | sky/engine/web/WebViewImpl.h » ('j') | sky/engine/web/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698