|
Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.
And make SharedBufferDispatcher::Deserialize() use the PlatformSupport
from the Channel that's passed to it.
(For now, just initialize Core's platform_dispatcher_ with a
SimplePlatformSupport. Next, I'll have to add it to Core's ctor and do
all the required plumbing for that.)
R=darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290475
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+72 lines, -33 lines) |
Patch |
 |
M |
mojo/embedder/embedder.cc
|
View
|
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/system/channel.h
|
View
|
1
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/channel.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/system/channel_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/system/core.h
|
View
|
|
6 chunks |
+17 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/system/core.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/system/multiprocess_message_pipe_unittest.cc
|
View
|
|
9 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
mojo/system/remote_message_pipe_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/system/shared_buffer_dispatcher.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|