|
|
Implement asynchronous interface/plumbing for GetDefaultPrintSettings. Previously we had a synchronous interface but that implementation had problems, so now we need an asynchronous interface. This is needed for Flash.
The implementation of getting the print settings and a test will come in the next CL.
BUG= 138333
TEST=none
Total comments: 17
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -75 lines) |
Patch |
 |
M |
content/browser/renderer_host/pepper/pepper_message_filter.h
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper/pepper_message_filter.cc
|
View
|
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_thread.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/dev/ppb_printing_dev.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/dev/ppp_printing_dev.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_printing_dev.h
|
View
|
1
2
3
4
5
|
3 chunks |
+18 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppp_printing_dev.h
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/printing_dev.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/printing_dev.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+26 lines, -1 line |
6 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.h
|
View
|
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
|
5 chunks |
+39 lines, -32 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_dev.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_instance_api.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_printing_thunk.cc
|
View
|
|
1 chunk |
+39 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|