Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index c4412495869b387ac04ef800e303d0d7bdde06b8..cbe1b19a05e412b0d06b4e7e9df1d6fc8248066e 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -98,14 +98,6 @@ class ResourceCreationAPI { |
virtual PP_Resource CreateURLRequestInfo( |
PP_Instance instance) = 0; |
- // Passes a reference to the file_ref_resource, which is a process-local |
- // resource corresponding to the body_as_file_ref host resource in |data|, |
- // if there is one. |
- virtual PP_Resource CreateURLResponseInfo( |
- PP_Instance instance, |
- const URLResponseInfoData& data, |
- PP_Resource file_ref_resource) = 0; |
- |
virtual PP_Resource CreateWheelInputEvent( |
PP_Instance instance, |
PP_TimeTicks time_stamp, |