| 1 | void WebPluginDelegateImpl::SendJavaScriptStream(const GURL& url, |
| 2 | const std::string& result, |
| 3 | bool success, |
| 4 | bool notify_needed, |
| 5 | intptr_t notify_data) { |
| 6 | instance()->SendJavaScriptStream(url, result, success, notify_needed, |
| 7 | notify_data); |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected