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

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

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Various cleanups Created 5 years, 7 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/resource_creation_impl.h
diff --git a/content/renderer/pepper/resource_creation_impl.h b/content/renderer/pepper/resource_creation_impl.h
index 35e701639de393651328322395b079b78cce80d8..e73b2c9870f4d5578a023e6b52746b47f6fb7c27 100644
--- a/content/renderer/pepper/resource_creation_impl.h
+++ b/content/renderer/pepper/resource_creation_impl.h
@@ -136,6 +136,7 @@ class ResourceCreationImpl : public ppapi::thunk::ResourceCreationAPI {
const PP_FloatPoint* wheel_ticks,
PP_Bool scroll_by_page) override;
PP_Resource CreateX509CertificatePrivate(PP_Instance instance) override;
+ PP_Resource CreateFilesystemProvider(PP_Instance instance) override;
private:
DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl);

Powered by Google App Engine
This is Rietveld 408576698