diff options
Diffstat (limited to 'chromium/components/js_injection/README.md')
-rw-r--r-- | chromium/components/js_injection/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/js_injection/README.md b/chromium/components/js_injection/README.md new file mode 100644 index 00000000000..1c051b8d2ba --- /dev/null +++ b/chromium/components/js_injection/README.md @@ -0,0 +1,3 @@ +This directory contains code used by WebView and WebLayer to inject +javascript from the browser to the renderer, as well as a simple message +port style API. |