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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h

Issue 11066105: [NaCl SDK] nacl_mounts: wrap functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 8 years, 2 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_mounts/kernel_proxy.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
index df064a625bbf497adcaa24c6c357abd7a9cee854..b77df831c7a0d1a131ad3406f516b580bc6e7cab 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
@@ -78,7 +78,7 @@ class KernelProxy : protected KernelObject {
// unlink() is a simple wrapper around the mount's Unlink function.
virtual int unlink(const char* path);
// access() uses the Mount's Stat().
- int access(const char*path, int amode);
+ virtual int access(const char* path, int amode);
protected:
MountFactoryMap_t factories_;

Powered by Google App Engine
This is Rietveld 408576698