summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webcontentdecryptionmodule_impl.h
diff options
context:
space:
mode:
authorjrummell@chromium.org <jrummell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 05:08:32 +0000
committerjrummell@chromium.org <jrummell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 05:08:32 +0000
commit06397f4beaee4e84fb98597422edeea5c8944792 (patch)
treecd0ae885a726fc583a74a77dba637da8eacf954c /content/renderer/media/webcontentdecryptionmodule_impl.h
parent2c6b74d7a7f6a42338325825b538dc9f1a4b88b4 (diff)
downloadchromium_src-06397f4beaee4e84fb98597422edeea5c8944792.zip
chromium_src-06397f4beaee4e84fb98597422edeea5c8944792.tar.gz
chromium_src-06397f4beaee4e84fb98597422edeea5c8944792.tar.bz2
Remove unused createContentDecryptionModule() code.
BUG=250049 TEST=encrypted media layout and browser tests pass Review URL: https://codereview.chromium.org/211473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/media/webcontentdecryptionmodule_impl.h')
-rw-r--r--content/renderer/media/webcontentdecryptionmodule_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
index d799664..3a07a24 100644
--- a/content/renderer/media/webcontentdecryptionmodule_impl.h
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
@@ -30,10 +30,6 @@ class WebContentDecryptionModuleSessionImpl;
class WebContentDecryptionModuleImpl
: public blink::WebContentDecryptionModule {
public:
- // TODO(jrummell): Remove this method once all callers have updated to pass
- // |frame| and |securityOrigin|.
- static WebContentDecryptionModuleImpl* Create(
- const base::string16& key_system);
static WebContentDecryptionModuleImpl* Create(
blink::WebFrame* frame,
const blink::WebSecurityOrigin& security_origin,