| Index: ppapi/host/resource_host.h
|
| diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
|
| index 6bf499608b7026da052a533237711aa6e075867c..a8292d42fd33efd366b6660f3f98aa4ab08fe774 100644
|
| --- a/ppapi/host/resource_host.h
|
| +++ b/ppapi/host/resource_host.h
|
| @@ -61,7 +61,6 @@ class PPAPI_HOST_EXPORT ResourceHost : public ResourceMessageHandler {
|
| virtual bool IsFileSystemHost();
|
| virtual bool IsGraphics2DHost();
|
| virtual bool IsMediaStreamVideoTrackHost();
|
| -
|
| protected:
|
| // Adds a ResourceMessageFilter to handle resource messages. Incoming
|
| // messages will be passed to the handlers of these filters before being
|
|
|