|
|
Adding a NetworkProfileHandler used by ManagedNetworkConfigurationHandler.
This handler tracks Shill's profiles.
Currently only the ManagedNetworkConfigurationHandler is making use of this
handler but it is also required for upcoming changes to proxy handling in ChromeOS.
In the ONC validator only an LOG(ERROR) was fixed to LOG(WARNING) if the flag error_on_missing_field=false.
BUG= 157696
TEST=managed_network_configuration_handler_unittest.cc, networking_private_apitest.cc
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198798
Total comments: 54
Total comments: 4
Total comments: 7
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1065 lines, -333 lines) |
Patch |
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/networking_private_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/networking_private_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+56 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/network_configuration_updater_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/chromeos.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client_stub.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client_stub.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_profile_client.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_profile_client.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_profile_client_stub.h
|
View
|
1
2
3
4
5
|
2 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_profile_client_stub.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+40 lines, -41 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/managed_network_configuration_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+34 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/managed_network_configuration_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
31 chunks |
+221 lines, -142 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/managed_network_configuration_handler_unittest.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+186 lines, -69 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile.h
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile.cc
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile_handler.h
|
View
|
1
2
3
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile_handler.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+233 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile_handler_stub.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chromeos/network/network_profile_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_validator.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_validator.cc
|
View
|
|
14 chunks |
+25 lines, -30 lines |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_policy_on_unconfigured_wifi1.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/test/data/network/policy/shill_policy_on_unmanaged_user_wifi1.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|