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

Unified Diff: ppapi/c/private/ppb_nacl_private.h

Issue 870923004: NaCl: Remove now-unneeded SRPC reverse service code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_nacl_private.h
diff --git a/ppapi/c/private/ppb_nacl_private.h b/ppapi/c/private/ppb_nacl_private.h
index 6c83cd6af21d51d713a14fd2fc0e64f9c7d2724f..b2cab06cc723c6e0e8f6c4e7ebfc89e2da62096f 100644
--- a/ppapi/c/private/ppb_nacl_private.h
+++ b/ppapi/c/private/ppb_nacl_private.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_nacl_private.idl modified Thu Jan 22 15:56:12 2015. */
+/* From private/ppb_nacl_private.idl modified Fri Jan 23 07:36:29 2015. */
#ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
#define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
@@ -340,16 +340,6 @@ struct PPB_NaCl_Private_1_0 {
* This function is safe to call on any thread.
*/
void (*LogTranslateTime)(const char* histogram_name, int64_t time_us);
- /* Opens a manifest entry for the given instance. If this is for a helper
- * process, we consult our internal pnacl.json instead of the user-supplied
- * NMF.
- * Fails for files which require PNaCl translation.
- */
- void (*OpenManifestEntry)(PP_Instance instance,
- PP_Bool is_helper_process,
- const char* key,
- struct PP_NaClFileInfo* file_info,
- struct PP_CompletionCallback callback);
/* Sets the start time for PNaCl downloading and translation to the current
* time.
*/
« no previous file with comments | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698