|
Cleanups in ChromotingClient
1. Moved creation of ConnectionToHost to ChromotingClient. Previously
ConnectionToHost had to be passed in the constructor.
2. Authentication now is created outside of ChromotingClient. This
allowed to remove ClientConfig struct (it was used mostly to
pass authentication parameters). This will also allow passing
a fake authenticator for tests.
3. Removed ClientConfig.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282757
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+201 lines, -322 lines) |
Patch |
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java
|
View
|
|
1 chunk |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/chromoting_client.h
|
View
|
|
5 chunks |
+18 lines, -14 lines |
0 comments
|
Download
|
 |
M |
remoting/client/chromoting_client.cc
|
View
|
|
5 chunks |
+24 lines, -40 lines |
0 comments
|
Download
|
 |
D |
remoting/client/client_config.h
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
remoting/client/client_config.cc
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
remoting/client/client_user_interface.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.h
|
View
|
1
|
4 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.cc
|
View
|
1
|
14 chunks |
+32 lines, -42 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_runtime.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.h
|
View
|
|
4 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.cc
|
View
|
1
2
|
15 chunks |
+73 lines, -72 lines |
0 comments
|
Download
|
 |
M |
remoting/ios/bridge/client_instance.h
|
View
|
|
4 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/ios/bridge/client_instance.cc
|
View
|
|
14 chunks |
+32 lines, -47 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.h
|
View
|
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.cc
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|