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

Unified Diff: native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc » ('j') | 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.h
diff --git a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h
index 179cb8d227c927ea7a8b2660df2b6172fdd84715..fc38652b340b75fc9e5b1f4e1cababba125dbefd 100644
--- a/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h
+++ b/native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.h
@@ -12,6 +12,10 @@
namespace nacl_io {
+// This is not further implemented.
+// PNaCl is on a path to deprecation, and WebAssembly is
+// the focused technology.
+
class GoogleDriveFs : public Filesystem {
protected:
GoogleDriveFs();
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/googledrivefs/googledrivefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698