|
Convert the Flash interfaces to no longer use GetInfo.
GetInfo is deprecated. I moved all the Flash setup for the proxy into a
separate function since I suspect we'll be moving this somewhere else in the
future to allow a non-Flash build of the proxy. I didn't change any thunk
stuff (it would be nice to convert more of these APIs) since I started and
this patch got too complicated.
I also changed the way the factory functions worked. I could save a bunch of
macros by using a template. Yay!
TEST=it compiles
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106856
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -145 lines) |
Patch |
 |
M |
ppapi/proxy/interface_list.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
|
4 chunks |
+51 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_clipboard_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_clipboard_proxy.cc
|
View
|
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_file_proxy.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_file_proxy.cc
|
View
|
|
2 chunks |
+5 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_menu_proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_menu_proxy.cc
|
View
|
1
|
3 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_net_connector_proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_net_connector_proxy.cc
|
View
|
1
|
2 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.cc
|
View
|
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_tcp_socket_proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_tcp_socket_proxy.cc
|
View
|
1
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_udp_socket_proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_udp_socket_proxy.cc
|
View
|
1
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|