|
Observe devices in NetworkStateHandler
This includes a bit of cleanup to NetworkStateHandler and ShillPropertyHandler.
I made ShillServicePropertyObserver support devices, renamed it
ShillPropertyObserver, and moved it into ShillPropertyHandler since:
a) naming it would be challenging without context
b) It doesn't really do much, so if we want something similar (e.g. in NetworkConfigurationHandler) it will be easier just to copy/paste the code we need
BUG= 161869
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181254
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+492 lines, -353 lines) |
Patch |
 |
M |
ash/system/chromeos/network/network_detailed_view.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/network_list_detailed_view_base.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/network_list_detailed_view_base.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/network_state_list_detailed_view.h
|
View
|
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/network_state_list_detailed_view.cc
|
View
|
|
13 chunks |
+26 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/tray_network.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/tray_network_state_observer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/network/tray_network_state_observer.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/chromeos.gyp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_service_client.cc
|
View
|
1
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/device_state.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/device_state.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler.h
|
View
|
|
10 chunks |
+38 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler.cc
|
View
|
|
15 chunks |
+145 lines, -89 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler_observer.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler_observer.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler_unittest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler.h
|
View
|
1
|
8 chunks |
+40 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler.cc
|
View
|
1
|
10 chunks |
+191 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler_unittest.cc
|
View
|
1
|
7 chunks |
+22 lines, -30 lines |
0 comments
|
Download
|
 |
D |
chromeos/network/shill_service_observer.h
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
chromeos/network/shill_service_observer.cc
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|