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

Unified Diff: native_client_sdk/src/libraries/ppapi_simple/ps.h

Issue 914983003: [NaCl SDK] Switch ppapi_simple to C library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix sdk_files.list for mac Created 5 years, 10 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/ppapi_simple/ps.h
diff --git a/native_client_sdk/src/libraries/ppapi_simple/ps.h b/native_client_sdk/src/libraries/ppapi_simple/ps.h
index 1e345af89de810fdb82664f5572f2472f768c35d..9f5448158077cf25ac7c08f3ece61feff6f034b5 100644
--- a/native_client_sdk/src/libraries/ppapi_simple/ps.h
+++ b/native_client_sdk/src/libraries/ppapi_simple/ps.h
@@ -53,18 +53,6 @@ PP_Instance PSGetInstanceId(void);
*/
const void* PSGetInterface(const char *name);
-/**
- * PSUserCreateInstance
- *
- * Prototype for the user provided function which creates and configures
- * the instance object. This function is defined by one of the macros below,
- * or by the equivalent macro in one of the other headers. For 'C'
- * development, one of the basic instances which support C callback are used.
- * For C++, this function should instantiate the user defined instance. See
- * the two macros below.
- */
-extern void* PSUserCreateInstance(PP_Instance inst);
-
EXTERN_C_END
#endif /* PPAPI_SIMPLE_PS_H_ */

Powered by Google App Engine
This is Rietveld 408576698