|
Remove base::SharedMemory::ShareToProcess.
This CL is a refactor and has no intended behavior change.
The method was initially introduced to assist in IPC, before Chrome's IPC
subsystem was capable of transporting handles across processes. Now that the
IPC subsystem does have the capability, the functionality is no longer needed
in base::SharedMemory.
BUG= 716206
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
TBR=brettw@chromium.org
Review-Url: https://codereview.chromium.org/2852803002
Cr-Commit-Position: refs/heads/master@{#468888}
Committed: https://chromium.googlesource.com/chromium/src/+/37e7d8301a078bd1b6b3ef7cffdb6c6ac3277edd
Total comments: 9
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+116 lines, -219 lines) |
Patch |
|
M |
base/memory/discardable_shared_memory.h
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
base/memory/discardable_shared_memory_unittest.cc
|
View
|
|
7 chunks |
+14 lines, -28 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_handle.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_mac.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_mac_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_nacl.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_posix.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/memory/shared_memory_win.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
M |
base/metrics/persistent_memory_allocator_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/pepper/pepper_shared_memory_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/display_compositor/host_shared_bitmap_manager_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/nacl/browser/nacl_process_host.cc
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/android/synchronous_compositor_host.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_child_process_host_impl.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/media/audio_input_renderer_host.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/pepper/pepper_gamepad_host.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/pepper/pepper_gamepad_host.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/child/resource_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/common/sandbox_mac_fontloading_unittest.mm
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/audio_message_filter_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/speech_recognition_audio_sink_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_platform_audio_output.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_platform_audio_output_dev.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
device/gamepad/gamepad_provider.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
device/gamepad/gamepad_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
device/gamepad/gamepad_provider_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
|
M |
device/gamepad/gamepad_service.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
device/gamepad/gamepad_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
extensions/browser/user_script_loader.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
gpu/ipc/service/gpu_channel_test_common.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
media/audio/audio_input_device_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/audio/audio_output_device_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
media/gpu/video_decode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
media/gpu/video_encode_accelerator_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
ppapi/proxy/video_decoder_resource_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
ppapi/proxy/video_encoder_resource_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 64 (45 generated)
|