|
Clean up shill fake implementations
This is in preparation of merging NetworkState and FavoriteState,
crbug.com/375955.
The merge will involve a number of changes to ShillPropertyHandler
and in the process of making those changes some additional logging
and test cleanup was necessary that isn't directly related to the
merge itself.
BUG=none
For trivial changes to chrome/browser/ui/webui/options/
TBR=dbeam@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275551
Total comments: 7
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+244 lines, -270 lines) |
Patch |
 |
M |
ash/system/chromeos/network/network_state_notifier_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/customization_document.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/customization_document_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/test/oobe_base_test.cc
|
View
|
1
2
3
4
|
6 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/captive_portal_window_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/delay_network_call.cc
|
View
|
1
2
3
4
|
1 chunk |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/net/network_portal_detector_test_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/networking_private/networking_private_apitest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/preferences_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_device_client.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_device_client.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.cc
|
View
|
1
2
3
4
|
20 chunks |
+52 lines, -65 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_profile_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_service_client.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_service_client.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_device_client.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_service_client.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/client_cert_resolver_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_cert_migrator_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_configuration_handler_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler_unittest.cc
|
View
|
1
2
3
4
|
20 chunks |
+66 lines, -56 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler.cc
|
View
|
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler_unittest.cc
|
View
|
1
2
3
4
|
15 chunks |
+35 lines, -58 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|