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

Unified Diff: native_client_sdk/src/libraries/nacl_io/filesystem.h

Issue 605513002: [NaCl SDK] nacl_io: Replace allocated ino with hash of path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io/filesystem.h
diff --git a/native_client_sdk/src/libraries/nacl_io/filesystem.h b/native_client_sdk/src/libraries/nacl_io/filesystem.h
index 862c527ece6344b0115b7425ad2819730baae979..e6b7ba2aa1e31b958a5662afb8768cacbaab68ba 100644
--- a/native_client_sdk/src/libraries/nacl_io/filesystem.h
+++ b/native_client_sdk/src/libraries/nacl_io/filesystem.h
@@ -95,10 +95,10 @@ class Filesystem : public sdk_util::RefObject {
Error Filesystem_Ioctl(int request, ...);
// Assumes that |node| is non-NULL.
- void OnNodeCreated(Node* node);
+ virtual void OnNodeCreated(Node* node);
// Assumes that |node| is non-NULL.
- void OnNodeDestroyed(Node* node);
+ virtual void OnNodeDestroyed(Node* node);
protected:
// Device number for the filesystem.
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698