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

Unified Diff: webkit/plugins/ppapi/resource_creation_impl.h

Issue 13726024: Refactor FileSystem (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: webkit/plugins/ppapi/resource_creation_impl.h
diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
index 414df16a15503d940a73355e3cf808393572951f..fde180bc18439e865dd1e4c6cc8ac2c1534e26c5 100644
--- a/webkit/plugins/ppapi/resource_creation_impl.h
+++ b/webkit/plugins/ppapi/resource_creation_impl.h
@@ -36,10 +36,9 @@ class WEBKIT_PLUGINS_EXPORT ResourceCreationImpl
uint32_t size) OVERRIDE;
virtual PP_Resource CreateDirectoryReader(PP_Instance instance,
PP_Resource directory_ref) OVERRIDE;
- virtual PP_Resource CreateFileRef(PP_Resource file_system,
+ 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 CreateFlashDeviceID(PP_Instance instance) OVERRIDE;
virtual PP_Resource CreateFlashFontFile(
PP_Instance instance,

Powered by Google App Engine
This is Rietveld 408576698