Commit bf461607 authored by jrummell@chromium.org's avatar jrummell@chromium.org

Remove createContentDecryptionModule() from platform.h

This method is no longer being called, and can be removed.

BUG=250049
TEST=encrypted media layout and browser tests pass

Review URL: https://codereview.chromium.org/197333006

git-svn-id: svn://svn.chromium.org/blink/trunk@169999 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 13470d18
......@@ -141,12 +141,6 @@ public:
virtual WebSpeechSynthesizer* createSpeechSynthesizer(WebSpeechSynthesizerClient*) { return 0; }
// Media --------------------------------------------------------------
// May return null.
virtual WebContentDecryptionModule* createContentDecryptionModule(const WebString& keySystem) { return 0; }
// Audio --------------------------------------------------------------
virtual double audioHardwareSampleRate() { return 0; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment