Index: ppapi/api/ppp.idl |
=================================================================== |
--- ppapi/api/ppp.idl (revision 95545) |
+++ ppapi/api/ppp.idl (working copy) |
@@ -70,8 +70,12 @@ |
* Since your module runs in a separate process, there's no need to free |
* allocated memory. There is also no need to free any resources since all of |
* resources associated with an instance will be force-freed when that instance |
- * is deleted. Moreover, this function will not be called when Chrome does |
- * "fast shutdown" of a web page. |
+ * is deleted. |
+ * |
+ * <strong>Note:</strong> This function will always be skipped on untrusted |
+ * (Native Client) implementations. This function may be skipped on trusted |
+ * implementations in certain circumstances when Chrome does "fast shutdown" |
+ * of a web page. |
*/ |
PP_EXPORT void PPP_ShutdownModule(); |
/** |