Index: native_client_sdk/src/examples/demo/googledrivefs_demo/handlers.h |
diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/handlers.h b/native_client_sdk/src/examples/demo/googledrivefs_demo/handlers.h |
similarity index 71% |
copy from native_client_sdk/src/examples/demo/nacl_io_demo/handlers.h |
copy to native_client_sdk/src/examples/demo/googledrivefs_demo/handlers.h |
index ba7a4f08b5f91d78e5d128538b577ac81174350a..6c6219b4965a0d7fb89b3c6f24106d0c6d44c9c3 100644 |
--- a/native_client_sdk/src/examples/demo/nacl_io_demo/handlers.h |
+++ b/native_client_sdk/src/examples/demo/googledrivefs_demo/handlers.h |
@@ -1,4 +1,4 @@ |
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+/* Copyright (c) 2016 The Chromium Authors. All rights reserved. |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
@@ -29,13 +29,4 @@ int HandleRmdir(struct PP_Var params, struct PP_Var* out, const char** error); |
int HandleChdir(struct PP_Var params, struct PP_Var* out, const char** error); |
int HandleGetcwd(struct PP_Var params, struct PP_Var* out, const char** error); |
-int HandleGetaddrinfo(struct PP_Var params, struct PP_Var* out, |
- const char** error); |
-int HandleGethostbyname(struct PP_Var params, struct PP_Var* out, |
- const char** error); |
-int HandleConnect(struct PP_Var params, struct PP_Var* out, const char** error); |
-int HandleSend(struct PP_Var params, struct PP_Var* out, const char** error); |
-int HandleRecv(struct PP_Var params, struct PP_Var* out, const char** error); |
-int HandleClose(struct PP_Var params, struct PP_Var* out, const char** error); |
- |
#endif /* HANDLERS_H_ */ |