Index: ppapi/proxy/file_system_resource.h |
diff --git a/ppapi/proxy/file_system_resource.h b/ppapi/proxy/file_system_resource.h |
index ffd1234cb0abbb15704d05b1cf79a20d441f9a27..8be0b2d972b108031d7035e9e9dacbc7ffd1525c 100644 |
--- a/ppapi/proxy/file_system_resource.h |
+++ b/ppapi/proxy/file_system_resource.h |
@@ -38,7 +38,9 @@ class PPAPI_PROXY_EXPORT FileSystemResource |
scoped_refptr<TrackedCallback> callback) OVERRIDE; |
virtual PP_FileSystemType GetType() OVERRIDE; |
+ void InitIsolatedFileSystem(const char* fsid); |
private: |
+ |
// Called when the host has responded to our open request. |
void OpenComplete(scoped_refptr<TrackedCallback> callback, |
const ResourceMessageReplyParams& params); |