|
Remove unused IPC::Message priority.
Removes the PriorityValue enum and field from IPC::Message. This doesn't
appear to be used anywhere.
Changes the data message ctor to take a size_t data_len parameter. This
works around an ambiguity problem with the main ctor, which has a similar
signature and would require lots of futzing with our test code to fix. To
make this work, the matching Pickle constructor is also changed to take a
size_t data_len parameter.
BUG= 194304
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+87 lines, -130 lines) |
Patch |
 |
M |
base/pickle.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/pickle.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/chrome_frame_automation_provider_win_unittest.cc
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_message_filter_mac_unittest.cc
|
View
|
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc
|
View
|
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cloud_print/service/win/service_listener.cc
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/nacl/loader/nacl_ipc_adapter.cc
|
View
|
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
components/nacl/loader/nacl_ipc_adapter_unittest.cc
|
View
|
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_unittest.cc
|
View
|
2
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages_unittest.cc
|
View
|
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/common_param_traits_unittest.cc
|
View
|
2
|
10 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_posix.cc
|
View
|
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_posix_unittest.cc
|
View
|
2
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_unittest.cc
|
View
|
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_channel_win.cc
|
View
|
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_fuzzing_tests.cc
|
View
|
1
2
|
10 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_logging.cc
|
View
|
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_macros.h
|
View
|
1
2
3
4
5
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_unittest.cc
|
View
|
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_utils_unittest.cc
|
View
|
2
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_perftests.cc
|
View
|
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_send_fds_test.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_sync_message.h
|
View
|
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ipc/ipc_sync_message.cc
|
View
|
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/host/resource_message_filter_unittest.cc
|
View
|
2
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/handle_converter.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|