| Index: ppapi/proxy/ppapi_proxy_test.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_proxy_test.h (revision 118405)
|
| +++ ppapi/proxy/ppapi_proxy_test.h (working copy)
|
| @@ -121,9 +121,6 @@
|
| virtual void Unregister(uint32 plugin_dispatcher_id) OVERRIDE;
|
|
|
| // PluginPepperDelegate implementation.
|
| - virtual ppapi::WebKitForwarding* GetWebKitForwarding() OVERRIDE;
|
| - virtual void PostToWebKitThread(const tracked_objects::Location& from_here,
|
| - const base::Closure& task) OVERRIDE;
|
| virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE;
|
| virtual void PreCacheFont(const void* logfontw) OVERRIDE;
|
|
|
|
|