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

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

Issue 513273003: Drop NaCl support for posting stdout/stderr to JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove documentation Created 6 years, 3 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/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 cb5cc4e06a55f87208e8f1fa871fbdb67293ca87..e777527735e068224f445d33b739415800b8670c 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -344,12 +344,6 @@ interface PPB_NaCl_Private {
// http://llvm.org/docs/CommandGuide/llc.html#cmdoption-mattr
PP_Var GetCpuFeatureAttrs();
- /* Posts a message to the JavaScript object for the given instance.
- * This method may be called on any thread.
- */
- void PostMessageToJavaScript([in] PP_Instance instance,
- [in] str_t message);
-
/* Downloads the .nexe file at the given URL to a file, and sets |file_info|
* to information for a handle to a file containing its contents.
* If metadata for identity-based validation caching is available

Powered by Google App Engine
This is Rietveld 408576698