Fix broken eme spec session-closed link
Should be #session-closed, as #session-close does not direct to the proper link. Bug: <none> Change-Id: Ie96a51d131e9362c5de3cb1006faced68cdf606b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539452 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Vikram Pasupathy <vpasupathy@chromium.org> Reviewed-by: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1301634}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
bfc2e5fe2d
commit
d028dc444d
chromeos/components/cdm_factory_daemon/mojom
media
@ -224,7 +224,7 @@ interface ContentDecryptionModuleClient {
|
||||
// CDM may close a session at any point, such as in response to a
|
||||
// CloseSession() call, when the session is no longer needed, or when system
|
||||
// resources are lost.
|
||||
// See http://w3c.github.io/encrypted-media/#session-close
|
||||
// See http://w3c.github.io/encrypted-media/#session-closed
|
||||
OnSessionClosed@1(string session_id);
|
||||
|
||||
// Called when there has been a change in the keys in the session or their
|
||||
|
@ -206,7 +206,7 @@ using SessionMessageCB =
|
||||
// CDM may close a session at any point, such as in response to a CloseSession()
|
||||
// call, when the session is no longer needed, or when system resources are
|
||||
// lost, as specified by `reason`.
|
||||
// See http://w3c.github.io/encrypted-media/#session-close
|
||||
// See http://w3c.github.io/encrypted-media/#session-closed
|
||||
using SessionClosedCB =
|
||||
base::RepeatingCallback<void(const std::string& session_id,
|
||||
CdmSessionClosedReason reason)>;
|
||||
|
@ -138,7 +138,7 @@ interface ContentDecryptionModuleClient {
|
||||
// when the session is no longer needed, or when system resources are lost.
|
||||
// After `OnSessionClosed()` is called for a `session_id`, no methods in this
|
||||
// interface should be called with the same `session_id`.
|
||||
// See http://w3c.github.io/encrypted-media/#session-close
|
||||
// See http://w3c.github.io/encrypted-media/#session-closed
|
||||
OnSessionClosed(string session_id, CdmSessionClosedReason reason);
|
||||
|
||||
// Called when there has been a change in the keys in the session or their
|
||||
|
Reference in New Issue
Block a user