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

Unified Diff: chrome/browser/media/android/cdm/media_drm_credential_manager.h

Issue 2823513002: [Clank] Load origin id before create MediaDrmBridge (Closed)
Patch Set: Rebase + Nit Created 3 years, 5 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 | « no previous file | chrome/browser/media/android/cdm/media_drm_credential_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/android/cdm/media_drm_credential_manager.h
diff --git a/chrome/browser/media/android/cdm/media_drm_credential_manager.h b/chrome/browser/media/android/cdm/media_drm_credential_manager.h
index 2c1b5c524a65286ddf82dfb63611489cf811ef83..82cb3b1d1fb2278fe0ace025db5073a96e97717d 100644
--- a/chrome/browser/media/android/cdm/media_drm_credential_manager.h
+++ b/chrome/browser/media/android/cdm/media_drm_credential_manager.h
@@ -53,6 +53,9 @@ class MediaDrmCredentialManager {
// returned asynchronously in OnResetCredentialsCompleted() function.
void ResetCredentialsInternal(SecurityLevel security_level);
+ void OnMediaDrmCreated(const ResetCredentialsCB& reset_credentials_cb,
+ scoped_refptr<media::MediaDrmBridge> media_drm_bridge);
+
// The MediaDrmBridge object used to perform the credential reset.
scoped_refptr<media::MediaDrmBridge> media_drm_bridge_;
« no previous file with comments | « no previous file | chrome/browser/media/android/cdm/media_drm_credential_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698