Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: ppapi/proxy/file_system_resource.cc

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/file_system_resource.cc
diff --git a/ppapi/proxy/file_system_resource.cc b/ppapi/proxy/file_system_resource.cc
index 6d8e641733c74b55597fc8fa882a898112060254..16c92e81928775d4ab4bb894b3e54a6bce5b8423 100644
--- a/ppapi/proxy/file_system_resource.cc
+++ b/ppapi/proxy/file_system_resource.cc
@@ -50,6 +50,11 @@ PP_FileSystemType FileSystemResource::GetType() {
return type_;
}
+void FileSystemResource::InitIsolatedFileSystem(const char* fsid) {
+ Post(RENDERER,
+ PpapiHostMsg_FileSystem_InitIsolatedFileSystem(std::string(fsid)));
+}
+
void FileSystemResource::OpenComplete(
scoped_refptr<TrackedCallback> callback,
const ResourceMessageReplyParams& params) {

Powered by Google App Engine
This is Rietveld 408576698