Chromium Code Reviews| Index: ppapi/proxy/resource_creation_proxy.h |
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
| index fa7fe5a3f5c098dc4675d01b0d72b6dc2b7ac416..86c7dac4d41980ca066c40970c634714691a78dd 100644 |
| --- a/ppapi/proxy/resource_creation_proxy.h |
| +++ b/ppapi/proxy/resource_creation_proxy.h |
| @@ -39,12 +39,17 @@ class ResourceCreationProxy : public InterfaceProxy, |
| // ResourceCreationAPI (called in plugin). |
| virtual PP_Resource CreateDirectoryReader(PP_Instance instance, |
| PP_Resource directory_ref) OVERRIDE; |
| + virtual PP_Resource CreateExtCrxFileSystemPrivate(PP_Instance instance) |
|
yzshen1
2013/05/06 17:34:57
As I said, I don't think you still need this. (And
victorhsieh
2013/05/06 18:32:02
Done.
|
| + OVERRIDE; |
| virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; |
| virtual PP_Resource CreateFileRef(PP_Instance instance, |
| PP_Resource file_system, |
| const char* path) OVERRIDE; |
| virtual PP_Resource CreateFileSystem(PP_Instance instance, |
| PP_FileSystemType type) OVERRIDE; |
| + virtual PP_Resource CreateIsolatedFileSystem( |
| + PP_Instance instance, |
| + const char* fsid) OVERRIDE; |
| virtual PP_Resource CreateIMEInputEvent(PP_Instance instance, |
| PP_InputEvent_Type type, |
| PP_TimeTicks time_stamp, |