Chromium Code Reviews| Index: Source/modules/encryptedmedia/MediaKeys.h |
| diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h |
| index 4915637b362687d2afba6c34a4955d7eb675720e..c8e4171c4d5854003eb243e4886a50dda870589d 100644 |
| --- a/Source/modules/encryptedmedia/MediaKeys.h |
| +++ b/Source/modules/encryptedmedia/MediaKeys.h |
| @@ -74,6 +74,9 @@ public: |
| virtual void contextDestroyed() OVERRIDE; |
| protected: |
| + static bool isSupportedKeySystem(const String& keySystem); |
| + static bool isSupportedContentType(const String& keySystem, const String& contentType); |
|
ddorwin
2014/02/27 23:28:27
This one can actually be a member and doesn't need
|
| + |
| MediaKeys(ExecutionContext*, const String& keySystem, PassOwnPtr<ContentDecryptionModule>); |
| void initializeNewSessionTimerFired(Timer<MediaKeys>*); |