| Index: webkit/plugins/ppapi/ppb_url_request_info_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_url_request_info_impl.cc b/webkit/plugins/ppapi/ppb_url_request_info_impl.cc
|
| index da379cb20abc0e8d80b72dfc8134a839647beab8..16f111884269a64254d4062271bbdef4e05a12ab 100644
|
| --- a/webkit/plugins/ppapi/ppb_url_request_info_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_url_request_info_impl.cc
|
| @@ -184,8 +184,8 @@ bool PPB_URLRequestInfo_Impl::AppendFileRefToBody(
|
| switch (file_ref->GetFileSystemType()) {
|
| case PP_FILESYSTEMTYPE_LOCALTEMPORARY:
|
| case PP_FILESYSTEMTYPE_LOCALPERSISTENT:
|
| - // TODO(kinuko): remove this sync IPC when we add more generic
|
| - // AppendURLRange solution that works for both Blob/FileSystem URL.
|
| + // TODO(kinuko): remove this sync IPC when we fully support
|
| + // AppendURLRange for FileSystem URL.
|
| plugin_delegate->SyncGetFileSystemPlatformPath(
|
| file_ref->GetFileSystemURL(), &platform_path);
|
| break;
|
|
|