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

Unified Diff: ppapi/api/private/ppb_nacl_private.idl

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 | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_nacl_private.idl
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index cf7652a00a8f597a98c129ca390be8eee8123a23..0307fc1f58a3297b75726a934a62a8258bd8344e 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -323,17 +323,6 @@ interface PPB_NaCl_Private {
void LogTranslateTime([in] str_t histogram_name,
[in] 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([in] PP_Instance instance,
- [in] PP_Bool is_helper_process,
- [in] str_t key,
- [out] PP_NaClFileInfo file_info,
- [in] PP_CompletionCallback callback);
-
/* Sets the start time for PNaCl downloading and translation to the current
* time.
*/
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppb_nacl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698