| Index: ppapi/host/resource_host.h
|
| diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
|
| index 517cf0a331f67d055542082c61fc6a098c61f521..4786c548b6b5fd621d691995238b2fd64421fddc 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
|
|
|