diff options
Diffstat (limited to 'webkit/plugins/ppapi/ppb_broker_impl.h')
-rw-r--r-- | webkit/plugins/ppapi/ppb_broker_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h index 66454b9..2e7b0b6 100644 --- a/webkit/plugins/ppapi/ppb_broker_impl.h +++ b/webkit/plugins/ppapi/ppb_broker_impl.h @@ -44,6 +44,7 @@ class PPB_Broker_Impl : public Resource { scoped_refptr<TrackedCompletionCallback> connect_callback_; // Pipe handle for the plugin instance to use to communicate with the broker. + // Never owned by this object. int32_t pipe_handle_; DISALLOW_COPY_AND_ASSIGN(PPB_Broker_Impl); |