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

Unified Diff: native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h

Issue 547053002: [NaCl SDK] nacl_io: Remove Node::Access method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@http_fs_root
Patch Set: Created 6 years, 3 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/jsfs/js_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h b/native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h
index a01f19cdf3ed0cdc874e1e6436d722e83b2b5e45..901ac574a8bd3658efb4779ef3f8b8a1376c29cb 100644
--- a/native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h
@@ -35,7 +35,6 @@ class JsFs : public Filesystem {
virtual void Destroy();
public:
- virtual Error Access(const Path& path, int a_mode);
virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
virtual Error Unlink(const Path& path);
virtual Error Mkdir(const Path& path, int perm);
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc ('k') | native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698