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

Unified Diff: native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.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
Index: native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc
index 421e1f33bafe886a666a97d29983dd13f1c3968e..d05e6df820db62132d155c5c078e40c6a653a923 100644
--- a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc
+++ b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc
@@ -10,6 +10,10 @@
namespace nacl_io {
+// This is not further implemented.
+// PNaCl is on a path to deprecation, and WebAssembly is
+// the focused technology.
+
GoogleDriveFs::GoogleDriveFs() {}
Error GoogleDriveFs::Init(const FsInitArgs& args) {

Powered by Google App Engine
This is Rietveld 408576698