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

Unified Diff: ppapi/cpp/file_system.h

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « ppapi/cpp/file_ref.h ('k') | ppapi/cpp/file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/file_system.h
diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
index 3dc775846f9625f173063d899902b583dfd5ce1b..6b67ca3e03edc091bd204114c50ce94ec80f4bea 100644
--- a/ppapi/cpp/file_system.h
+++ b/ppapi/cpp/file_system.h
@@ -28,6 +28,12 @@ class FileSystem : public Resource {
/// use it.
FileSystem();
+ /// A constructor used when you have received a PP_Resource as a return
+ /// value that has already been reference counted.
+ ///
+ /// @param[in] resource A PP_Resource corresponding to a PPB_FileSystem.
+ FileSystem(PassRef, PP_Resource resource);
+
/// This constructor creates a file system object of the given type.
///
/// @param[in] instance The instance with which this resource will be
« no previous file with comments | « ppapi/cpp/file_ref.h ('k') | ppapi/cpp/file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698