Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1866)

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.h

Issue 858693002: Add MediaKeySession.keystatuseschange event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/modules/encryptedmedia/MediaKeySession.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeySession.h
diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
index 45f12935178ddca544e74840374219b9f89ae2dd..da3d69eb4e88d37dfd51ce9cf48b06cc29165056 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.h
+++ b/Source/modules/encryptedmedia/MediaKeySession.h
@@ -102,6 +102,7 @@ private:
virtual void message(const unsigned char* message, size_t messageLength, const WebURL& destinationURL) override;
virtual void close() override;
virtual void expirationChanged(double updatedExpiryTimeInMS) override;
ddorwin 2015/01/20 20:04:16 "Changed" is the past tense here. Everything else
jrummell 2015/01/20 22:06:45 Sure. I'll do it as a separate CL since it is alre
+ virtual void keysStatusesChange(bool hasAdditionalUsableKey, const WebVector<WebEncryptedMediaKeyInformation>&) override;
ddorwin 2015/01/20 20:04:16 nit: I think we should swap the parameter order. T
jrummell 2015/01/20 22:06:45 Done.
// Called by NewSessionResult when the new session has been created.
void finishGenerateRequest();
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/modules/encryptedmedia/MediaKeySession.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698