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

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

Issue 320983002: [NaCl SDK] nacl_io: Allows subtree of html5fs to be mounted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h
index f6555f9ffc3cb82fe0a614878f05118618a57174..e76542e0ddf042a1ca4e4f6c72a0357b8856d136 100644
--- a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h
@@ -35,8 +35,6 @@ class Html5FsNode : public Node {
virtual int GetType();
virtual Error GetSize(off_t* out_size);
- virtual bool IsaDir();
- virtual bool IsaFile();
protected:
Html5FsNode(Filesystem* filesystem, PP_Resource fileref);

Powered by Google App Engine
This is Rietveld 408576698