Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 1de0809cd7bcf5d97a1597904724c87617bfde41..0f4d1501c22ea9a8a52c5ed08c17ff8c1c500c23 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -128,6 +128,7 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase { |
virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE; |
virtual std::string GetUILanguage() OVERRIDE; |
virtual void PreCacheFont(const void* logfontw) OVERRIDE; |
+ virtual void SetActiveURL(const GURL& url) OVERRIDE; |
private: |
base::MessageLoopProxy* ipc_message_loop_; // Weak |