| Index: webkit/plugins/ppapi/ppb_broker_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h
|
| index f83d2803233f6cb6ef62fb301fc81e241ccba54d..ba5ab468574df57f01d987c174cf89f4e427bf88 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);
|
|
|