| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index 5cc2aacfeb8edb9e2775c81e1d1d4b32e37d211b..e3596425b7f19c8138c27953db40531ced0aaf09 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -149,13 +149,6 @@ class Plugin : public pp::Instance {
|
| // event.
|
| void DispatchProgressEvent(int32_t result);
|
|
|
| - // Requests a URL asynchronously, resulting in a call to |callback| with
|
| - // an error code indicating status. On success, writes file information to
|
| - // |file_info|.
|
| - void StreamAsFile(const nacl::string& url,
|
| - PP_NaClFileInfo* file_info,
|
| - const pp::CompletionCallback& callback);
|
| -
|
| // A helper function that indicates if |url| can be requested by the document
|
| // under the same-origin policy. Strictly speaking, it may be possible for the
|
| // document to request the URL using CORS even if this function returns false.
|
|
|