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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h

Issue 10448055: NaCl: Remove the plugin's internal definition of GetUrandomFD() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retry upload Created 8 years, 7 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: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
diff --git a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
index 8074e5f216c56c7c44ca7592e5ada8b8fa5a74dd..37233944fac68aa18af52c66ca6a901cff9bb7a0 100644
--- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
+++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
@@ -23,11 +23,8 @@ typedef bool (*LaunchNaClProcessFunc)(PP_Instance instance,
typedef bool (*StartPpapiProxyFunc)(PP_Instance instance);
-typedef int (*GetURandomFDFunc)(void);
-
extern LaunchNaClProcessFunc launch_nacl_process;
extern StartPpapiProxyFunc start_ppapi_proxy;
-extern GetURandomFDFunc get_urandom_fd;
#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/module_ppapi.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698