| Index: ppapi/proxy/ppb_url_request_info_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_url_request_info_proxy.h (revision 74021)
|
| +++ ppapi/proxy/ppb_url_request_info_proxy.h (working copy)
|
| @@ -24,13 +24,13 @@
|
| const void* target_interface);
|
| virtual ~PPB_URLRequestInfo_Proxy();
|
|
|
| + static const Info* GetInfo();
|
| +
|
| const PPB_URLRequestInfo* ppb_url_request_info_target() const {
|
| return static_cast<const PPB_URLRequestInfo*>(target_interface());
|
| }
|
|
|
| // InterfaceProxy implementation.
|
| - virtual const void* GetSourceInterface() const;
|
| - virtual InterfaceID GetInterfaceId() const;
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| private:
|
|
|