| Index: ppapi/proxy/ppb_url_loader_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_url_loader_proxy.h (revision 70108)
|
| +++ ppapi/proxy/ppb_url_loader_proxy.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| // InterfaceProxy implementation.
|
| virtual const void* GetSourceInterface() const;
|
| virtual InterfaceID GetInterfaceId() const;
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| private:
|
| // Data associated with callbacks for ReadResponseBody.
|
| @@ -92,7 +92,7 @@
|
| // InterfaceProxy implementation.
|
| virtual const void* GetSourceInterface() const;
|
| virtual InterfaceID GetInterfaceId() const;
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| private:
|
| // Plugin->renderer message handlers.
|
|
|