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

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, 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: ppapi/cpp/file_system.h
diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
index 3dc775846f9625f173063d899902b583dfd5ce1b..04ef8fb32dc88f9d066c49cd97e279a004d25925 100644
--- a/ppapi/cpp/file_system.h
+++ b/ppapi/cpp/file_system.h
@@ -28,6 +28,8 @@ class FileSystem : public Resource {
/// use it.
FileSystem();
+ FileSystem(PassRef, PP_Resource resource);
yzshen1 2013/05/02 23:22:01 Add comments such as: /// A constructor used when
victorhsieh 2013/05/03 17:26:58 Done.
+
/// This constructor creates a file system object of the given type.
///
/// @param[in] instance The instance with which this resource will be

Powered by Google App Engine
This is Rietveld 408576698