Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 5f33337a572b7591317c23bef055ce9f828a8d01..ccd50c1336e259f90575a571a7c6332943c8f79e 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -52,6 +52,7 @@ namespace blink { |
class WebApplicationCacheHost; |
class WebApplicationCacheHostClient; |
class WebCachedURLRequest; |
+class WebContentDecryptionModule; |
class WebCookieJar; |
class WebDataSource; |
class WebDOMEvent; |
@@ -90,6 +91,9 @@ public: |
virtual WebMediaPlayer* createMediaPlayer(WebFrame*, const WebURL&, WebMediaPlayerClient*) { return 0; } |
// May return null. |
+ virtual WebContentDecryptionModule* createContentDecryptionModule(WebFrame*, const WebSecurityOrigin&, const WebString& keySystem) { return 0; } |
+ |
+ // May return null. |
virtual WebApplicationCacheHost* createApplicationCacheHost(WebFrame*, WebApplicationCacheHostClient*) { return 0; } |
// May return null. Takes ownership of the client. |