|
Reimplement BluetoothSocketChromeOS
Since Chrome OS uses a socket-based interface much of the code already in
BluetoothSocketWin is suitable. Separate out that common code into a new
BluetoothSocketNet class and have both implementations derive from that
class with their differing Connect implementations remaining separate.
BUG= 362613
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267804
Total comments: 13
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+753 lines, -728 lines) |
Patch |
 |
M |
device/bluetooth/bluetooth.gyp
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.h
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.cc
|
View
|
|
5 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.h
|
View
|
1
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.cc
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile.cc
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile_chromeos.h
|
View
|
|
5 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile_chromeos.cc
|
View
|
1
2
|
3 chunks |
+39 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile_win.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.h
|
View
|
|
1 chunk |
+18 lines, -39 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.cc
|
View
|
|
1 chunk |
+66 lines, -154 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_socket_net.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_socket_net.cc
|
View
|
1
2
3
4
|
1 chunk |
+333 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
device/bluetooth/bluetooth_socket_thread.h
|
View
|
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
device/bluetooth/bluetooth_socket_thread.cc
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
D |
device/bluetooth/bluetooth_socket_thread_win.h
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
device/bluetooth/bluetooth_socket_thread_win.cc
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_win.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -78 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_win.cc
|
View
|
|
18 chunks |
+28 lines, -280 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/mock_bluetooth_socket.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|