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

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

Issue 373003005: Pepper: Small PnaclResources cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 f1eb00e6d5579305e7c5149c368d8f871cd5047c..1992aed4747c64caf262b219f8787605d7128fb3 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -363,11 +363,8 @@ interface PPB_NaCl_Private {
[out] PP_PNaClOptions pnacl_options,
[out] PP_Bool uses_nonsfi_mode);
- /* Returns the filenames for the llc and ld tools, parsing that information
- * from the file given in |filename|.
- */
+ /* Returns the filenames for the llc and ld tools. */
PP_Bool GetPnaclResourceInfo([in] PP_Instance instance,
- [in] str_t filename,
[out] PP_Var llc_tool_name,
[out] PP_Var ld_tool_name);

Powered by Google App Engine
This is Rietveld 408576698