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

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

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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.cc b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.cc
index 506ffd2d127193b7c1406d65d63e5d0c3424a50c..988f290c7fc3f56ad7c4146977ab8936a71d3ffc 100644
--- a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.cc
+++ b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.cc
@@ -13,6 +13,10 @@
namespace nacl_io {
+// This is not further implemented.
+// PNaCl is on a path to deprecation, and WebAssembly is
+// the focused technology.
+
GoogleDriveFsNode::GoogleDriveFsNode(GoogleDriveFs* googledrivefs)
: Node(googledrivefs) {}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs_node.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698