|
Refactored PairingRegistry::Delegate such that it can retrieve/modify for a single client.
The delegate implementation for Linux now keeps a separate JSON file per each pairing under "paired-clients" in the config directory.
This CL also makes the delegate completely synchronous moving jumping between task runners to the parent PairingRegistry.
BUG= 156182
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215187
Total comments: 22
Total comments: 6
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+571 lines, -537 lines) |
Patch |
 |
M |
remoting/host/pairing_registry_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate_linux.h
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -37 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate_linux.cc
|
View
|
1
2
3
|
1 chunk |
+104 lines, -78 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate_linux_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+63 lines, -50 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate_mac.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/pairing_registry_delegate_win.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/setup/native_messaging_host_unittest.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_authenticator_unittest.cc
|
View
|
1
|
7 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_registry.h
|
View
|
1
2
3
4
|
6 chunks |
+67 lines, -44 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_registry.cc
|
View
|
1
2
3
|
7 chunks |
+146 lines, -149 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pairing_registry_unittest.cc
|
View
|
1
2
|
7 chunks |
+85 lines, -72 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
1
2
|
2 chunks |
+25 lines, -34 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/protocol_mock_objects.cc
|
View
|
1
2
|
2 chunks |
+45 lines, -38 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|