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

Unified Diff: native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h

Issue 349703003: [NaCl SDK] Add some more logging to nacl_io. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux host build Created 6 years, 6 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: native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
index fde92cd64866af0d7262656f741d74bc7630139e..8233639900b288523cd3de211922f38302a0987d 100644
--- a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
@@ -46,6 +46,11 @@ class Html5Fs : public Filesystem {
void FilesystemOpenCallback(int32_t result);
Path GetFullPath(const Path& path);
+ CoreInterface* core_iface_;
+ FileSystemInterface* filesystem_iface_;
+ FileRefInterface* file_ref_iface_;
+ FileIoInterface* file_io_iface_;
+
PP_Resource filesystem_resource_;
bool filesystem_open_has_result_; // protected by lock_.
Error filesystem_open_error_; // protected by lock_.
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/host_resolver.cc ('k') | native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698