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

Unified Diff: native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h

Issue 2937083003: [NaCl SDK] Add comments in the implementation code of GoogleDriveFs (Closed)
Patch Set: Created 3 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/googledrivefs/googledrivefs_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h
index e212e89d3ea2b14a600530cd3a78a5b6f64c0df1..57aa41acb12f906471331e5b7c92fb32ab1c0c1b 100644
--- a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h
@@ -14,6 +14,10 @@
namespace nacl_io {
+// This is not further implemented.
+// PNaCl is on a path to deprecation, and WebAssembly is
+// the focused technology.
+
class GoogleDriveFsNode : public Node {
public:
GoogleDriveFsNode(GoogleDriveFs* googledrivefs);

Powered by Google App Engine
This is Rietveld 408576698