| Index: ppapi/proxy/ppb_crypto_proxy.h
|
| diff --git a/ppapi/proxy/ppb_crypto_proxy.h b/ppapi/proxy/ppb_crypto_proxy.h
|
| index 3ad77c9e5816fc258b5c9f4424dc2f1ab4ab86e5..8e343a8e2e2cb56337ff5691f5ba4f62cef965c7 100644
|
| --- a/ppapi/proxy/ppb_crypto_proxy.h
|
| +++ b/ppapi/proxy/ppb_crypto_proxy.h
|
| @@ -16,7 +16,7 @@ class PPB_Crypto_Proxy : public InterfaceProxy {
|
| // function that's implemented entirely within the plugin. However, we need
|
| // to support this so the machinery for automatically handling interfaces
|
| // works. As a result, this constructor will assert if it's actually used.
|
| - PPB_Crypto_Proxy(Dispatcher* dispatcher, const void* target_interface);
|
| + PPB_Crypto_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Crypto_Proxy();
|
|
|
| static const Info* GetInfo();
|
|
|