| Index: ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_content_decryptor_private_proxy.cc b/ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
| index 2400312ffb734822f28e86e214a4d9138f14ceab..836f2d0faecc5b68219c70bfcac633432fc1f0c6 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
| @@ -237,10 +237,6 @@ static const PPP_ContentDecryptor_Private content_decryptor_interface = {
|
| &DecryptAndDecode
|
| };
|
|
|
| -InterfaceProxy* CreateContentDecryptorPPPProxy(Dispatcher* dispatcher) {
|
| - return new PPP_ContentDecryptor_Private_Proxy(dispatcher);
|
| -}
|
| -
|
| } // namespace
|
|
|
| PPP_ContentDecryptor_Private_Proxy::PPP_ContentDecryptor_Private_Proxy(
|
|
|