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

Unified Diff: content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h

Issue 113363004: PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 6 years, 11 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/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
diff --git a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
index 525749d7893aa2e1ffcd1ac69d0b2d7097e310e1..2d890d421c2a0fb7b5d55293c2264c4da2213ef3 100644
--- a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
+++ b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
@@ -28,6 +28,7 @@ class PepperExternalFileRefBackend : public PepperFileRefBackend {
// PepperFileRefBackend overrides.
virtual int32_t MakeDirectory(ppapi::host::ReplyMessageContext context,
+ bool exclusive,
bool make_ancestors) OVERRIDE;
virtual int32_t Touch(ppapi::host::ReplyMessageContext context,
PP_Time last_accessed_time,
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_external_file_ref_backend.cc » ('j') | ppapi/api/ppb_file_ref.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698