Index: content/browser/ppapi_plugin_process_host.h |
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h |
index 48c007bb8efe221c8b2a68c4301ecc4ac16c17cb..90c9b09bfd65826e7decea5e97bcc6c1119c2d64 100644 |
--- a/content/browser/ppapi_plugin_process_host.h |
+++ b/content/browser/ppapi_plugin_process_host.h |
@@ -36,6 +36,8 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate, |
class Client { |
public: |
// Gets the information about the renderer that's requesting the channel. |
+ // If |renderer_handle| is base::kNullProcessHandle, this channel is used by |
+ // the browser itself. |
virtual void GetPpapiChannelInfo(base::ProcessHandle* renderer_handle, |
int* renderer_id) = 0; |