From 4e601fcf25223ca20444bcc22c252d84d5a1621e Mon Sep 17 00:00:00 2001 From: "polina@google.com" Date: Mon, 8 Aug 2011 17:45:36 +0000 Subject: PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModule are called on trusted and untrusted implementations. BUG=91758 TEST=n/a Review URL: http://codereview.chromium.org/7576026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95835 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/cpp/instance.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ppapi/cpp/instance.h') diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h index 8bd1ead..6f20dd9 100644 --- a/ppapi/cpp/instance.h +++ b/ppapi/cpp/instance.h @@ -58,11 +58,12 @@ class Instance { /// asynchronous operations like network requests or file writes from this /// destructor since they will be immediately canceled. /// - /// Important note: This function may be skipped in certain - /// circumstances when Chrome does "fast shutdown". Fast shutdown will happen - /// in some cases when all plugin instances are being deleted, and no cleanup - /// functions will be called. The module will just be unloaded and the process - /// terminated. + /// Important note: This function will always be skipped on + /// untrusted (Native Client) implementations. This function may be skipped + /// in certain circumstances when Chrome does "fast shutdown". Fast shutdown + /// will happen in some cases when all plugin instances are being deleted, + /// and no cleanup functions will be called. The module will just be unloaded + /// and the process terminated. virtual ~Instance(); /// Returns the PP_Instance identifying this object. When using the PPAPI C++ -- cgit v1.1