|
BrowserMediaPlayerManager manages MediaKeys objects.
Changes in this CL:
- Add cdm_factory.h to support platform specific CDM creation.
- Detach BrowserMediaPlayerManager from MediaDrmBridge.
- Store the security origin of CDMs in the manager so that CDMs don't need to
know it.
- Keep the CDM ID in the manager so that CDMs don't see it.
BUG= 338910
TEST=Test page plays and tests still pass.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271034
Total comments: 2
Total comments: 54
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+311 lines, -175 lines) |
Patch |
 |
M |
content/browser/media/android/browser_media_player_manager.h
|
View
|
1
2
3
|
6 chunks |
+27 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/browser_media_player_manager.cc
|
View
|
1
2
3
4
|
12 chunks |
+97 lines, -83 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/media_drm_credential_manager.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
media/base/android/cdm_factory_android.cc
|
View
|
1
2
3
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_drm_bridge.h
|
View
|
1
2
3
|
2 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_drm_bridge.cc
|
View
|
1
2
3
|
10 chunks |
+56 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_android.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_android.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_manager.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_source_player.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/base/android/media_source_player.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_source_player_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
media/base/cdm_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/media_keys.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|