Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: ppapi/proxy/ppp_content_decryptor_private_proxy.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698