diff options
Diffstat (limited to 'ppapi/examples/url_loader/streaming.cc')
-rw-r--r-- | ppapi/examples/url_loader/streaming.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/examples/url_loader/streaming.cc b/ppapi/examples/url_loader/streaming.cc index 18efe68..762a00b 100644 --- a/ppapi/examples/url_loader/streaming.cc +++ b/ppapi/examples/url_loader/streaming.cc @@ -7,9 +7,7 @@ // the plugin and the url_loader.html page in this directory to start the load // and to communicate the result. // -// The other mode is to stream to a file instead. For that mode, call -// URLLoader.FinishSthreamingToFile once the "Open" callback is complete, and -// then call URLResponseInfo.GetBodyAsFileRef once the file stream is complete. +// The other mode is to stream to a file instead. See stream_to_file.cc #include "ppapi/cpp/instance.h" #include "ppapi/cpp/module.h" |