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

Unified Diff: content/renderer/pepper/pepper_in_process_resource_creation.h

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: content/renderer/pepper/pepper_in_process_resource_creation.h
diff --git a/content/renderer/pepper/pepper_in_process_resource_creation.h b/content/renderer/pepper/pepper_in_process_resource_creation.h
index 99900ebeb91a40c3902b200134bf6bf3a53e539a..de46a9fb39cc2eb341636d7e692cb73f84c3a70c 100644
--- a/content/renderer/pepper/pepper_in_process_resource_creation.h
+++ b/content/renderer/pepper/pepper_in_process_resource_creation.h
@@ -49,9 +49,13 @@ class PepperInProcessResourceCreation
PP_Instance instance,
PP_FileChooserMode_Dev mode,
const PP_Var& accept_types) OVERRIDE;
+ virtual PP_Resource CreateExtCrxFileSystemPrivate(PP_Instance instance)
+ OVERRIDE;
virtual PP_Resource CreateFileIO(PP_Instance instance) 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 CreateGraphics2D(
PP_Instance pp_instance,
const PP_Size& size,

Powered by Google App Engine
This is Rietveld 408576698