| Index: public/platform/WebContentDecryptionModuleSession.h
|
| diff --git a/public/platform/WebContentDecryptionModuleSession.h b/public/platform/WebContentDecryptionModuleSession.h
|
| index e650133e3995a4467765b3a0ffaee073992406ac..ab08884ff61732ada3719cee68ebb52a8e538f83 100644
|
| --- a/public/platform/WebContentDecryptionModuleSession.h
|
| +++ b/public/platform/WebContentDecryptionModuleSession.h
|
| @@ -62,6 +62,7 @@ public:
|
|
|
| virtual ~WebContentDecryptionModuleSession();
|
|
|
| + virtual void setClientInterface(Client*) = 0;
|
| virtual WebString sessionId() const = 0;
|
|
|
| // FIXME: Remove these methods once the new methods are implemented in Chromium.
|
|
|