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 193916cefb8205dea7b6e13c238e15bc71fa1bd9..9e321f6e2d33ebb9614e93c6f4034b5d9d78ea8e 100644 |
--- a/ppapi/api/private/ppb_nacl_private.idl |
+++ b/ppapi/api/private/ppb_nacl_private.idl |
@@ -295,10 +295,10 @@ interface PPB_NaCl_Private { |
/* Performs internal cleanup when an instance is destroyed. */ |
void InstanceDestroyed([in] PP_Instance instance); |
- /* Return true if the NaCl debug stub is enabled and the loaded app |
- * will be attached to a debugger. |
+ /* Return true if the NaCl debug stub is enabled and the app loaded from |
+ * alleged_nmf_url will be attached to a debugger. |
*/ |
- PP_Bool NaClDebugStubEnabled(); |
+ PP_Bool NaClDebugEnabledForURL([in] str_t alleged_nmf_url); |
/* Returns the kind of SFI sandbox implemented by NaCl on this |
/* platform. |