|
Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM
This is mainly a mechanical change to rename PPB_Flash_DeviceID to PPB_Flash_DRM. It deprecates the old interface. The reason is that we will be adding more DRM-related APIs and it makes sense to put them into a single interface.
BUG= 242241
TBR=brettw for chrome_browser.gypi
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202286
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+247 lines, -362 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h
|
View
|
1
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/renderer_host/pepper/pepper_flash_drm_host.cc
|
View
|
1
|
4 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ppapi/ppapi_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_flash_device_id.idl
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ppapi/api/private/ppb_flash_drm.idl
|
View
|
1
2
3
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_flash_device_id.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
ppapi/c/private/ppb_flash_drm.h
|
View
|
1
2
3
|
3 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/flash_drm.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/flash_drm.cc
|
View
|
1
2
3
|
2 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
|
6 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_sources.gypi
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/flash_device_id_resource.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/flash_device_id_resource.cc
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
A + |
ppapi/proxy/flash_drm_resource.h
|
View
|
1
2
3
|
1 chunk |
+15 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
ppapi/proxy/flash_drm_resource.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -26 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/resource.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ppapi/tests/test_flash_device_id.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
ppapi/tests/test_flash_device_id.cc
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
A + |
ppapi/tests/test_flash_drm.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
ppapi/tests/test_flash_drm.cc
|
View
|
1
2
3
4
|
1 chunk |
+35 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private_flash.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ppapi/thunk/ppb_flash_device_id_api.h
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_flash_device_id_thunk.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ppapi/thunk/ppb_flash_drm_api.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ppapi/thunk/ppb_flash_drm_thunk.cc
|
View
|
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/resource_creation_api.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/common/plugins/ppapi/ppapi_utils.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|