| Index: ppapi/proxy/ppapi_proxy_test.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
|
| index 667a60fd9b31c62ef957859326fa0d59d3484267..a72368e4c61a5ab5bb2f68a9236c160d0f615c55 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.h
|
| +++ b/ppapi/proxy/ppapi_proxy_test.h
|
| @@ -129,7 +129,6 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase {
|
| virtual void Unregister(uint32 plugin_dispatcher_id) OVERRIDE;
|
|
|
| // PluginProxyDelegate implementation.
|
| - virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE;
|
| virtual IPC::Sender* GetBrowserSender() OVERRIDE;
|
| virtual std::string GetUILanguage() OVERRIDE;
|
| virtual void PreCacheFont(const void* logfontw) OVERRIDE;
|
|
|