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

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

Issue 2156503002: [NaCl SDK] Expose Google Drive to nacl_io. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 c075aa64d2f93d09cbde13ab26d059d2585df127..23e98a89b6b908beee1b1772f32b2e5aa1ef778a 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
@@ -31,9 +31,6 @@ class Html5Fs : public Filesystem {
virtual void OnNodeCreated(Node* node);
virtual void OnNodeDestroyed(Node* node);
- static ino_t HashPathSegment(ino_t hash, const char *str, size_t len);
- static ino_t HashPath(const Path& path);
-
protected:
static const int REMOVE_DIR = 1;
static const int REMOVE_FILE = 2;

Powered by Google App Engine
This is Rietveld 408576698