|
Deprecate and remove unused PPB_Flash functions.
There are a number of functions in PPB_Flash which have been unused for some time. These are:
RunMessageLoop/QuitMessageLoop - Deprecated in M18
GetSettingInt - Deprecated in M21
GetDeviceID - Deprecated in M21
InvokePrinting - Deprecated in M21
This change removes the implementations of those functions so that they do not have to be implemented in the new proxy. It also marks them as deprecated in PPB_Flash for version 13.0.
The change also removes PPB_Flash interfaces which are <12.4 because they are pre-M21.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169516
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+282 lines, -1001 lines) |
Patch |
 |
M |
chrome/test/ppapi/ppapi_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper/pepper_message_filter.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper/pepper_message_filter.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/common/pepper_messages.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_flash.idl
|
View
|
|
5 chunks |
+13 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_flash.h
|
View
|
|
9 chunks |
+15 lines, -115 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/flash.cc
|
View
|
1
2
3
|
15 chunks |
+68 lines, -45 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
|
8 chunks |
+133 lines, -430 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.h
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.cc
|
View
|
|
6 chunks |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_flash.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_flash.cc
|
View
|
1
2
3
4
|
4 chunks |
+23 lines, -96 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private_flash.h
|
View
|
|
2 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_flash_api.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_flash_thunk.cc
|
View
|
1
2
3
4
|
9 chunks |
+27 lines, -87 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_flash_impl.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_flash_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|