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/httpfs/http_fs.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/httpfs/http_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
index 84171bae8fd749f0dbadba49f63979140b444279..887ad9f2356b04b33b14699fba27cc8cbea22222 100644
--- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
@@ -42,6 +42,7 @@ class HttpFs : public Filesystem {
NodeMap_t* GetNodeCacheForTesting() { return &node_cache_; }
private:
+
// Gets the URL to fetch for |path|.
// |path| is relative to the mount point for the HTTP filesystem.
std::string MakeUrl(const Path& path);

Powered by Google App Engine
This is Rietveld 408576698