Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 782b8c4300027e39237f068fe974964f78d1f1d4..9c76b847b4f80b69e512182f741d9593d845b881 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -126,6 +126,7 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase { |
// PluginPepperDelegate 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; |
virtual void SetActiveURL(const std::string& url) OVERRIDE; |