|
De-client TestRequestTracker
This interface is used with to run the mojo_shell_tests which run a
variety of services and send tracking information back and forth. The
TestRequestTracker's Client was used for one back-and-forth that
exchanged a string in one direction and a uint64 in the other. This
inverts the direction in which the two are sent which cuts out an
extra callback + message jump and renames TestRequestTrackerClientImpl
to TrackedService to more closely match (I think) the intention.
BUG= 451319
R=viettrungluu@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/51b4cd64822b49971b9033220ef1062e45f08f53
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+102 lines, -159 lines) |
Patch |
 |
M |
services/test_service/BUILD.gn
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_request_tracker.mojom
|
View
|
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_request_tracker_application.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
D |
services/test_service/test_request_tracker_client_impl.h
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
services/test_service/test_request_tracker_client_impl.cc
|
View
|
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_request_tracker_impl.h
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_request_tracker_impl.cc
|
View
|
|
2 chunks |
+16 lines, -18 lines |
1 comment
|
Download
|
 |
M |
services/test_service/test_service_impl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_service_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_time_service_impl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/test_service/test_time_service_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
services/test_service/tracked_service.h
|
View
|
|
3 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
A |
services/test_service/tracked_service.cc
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|