|
- Adding a new ManagedNetworkConfigurationHandler.
- Adapting the NetworkingPrivate extension API to use the new handler if it's available.
- Changing explicit ownership of NetworkConfigurationHandler to singleton.
- Adding gspencer@ and me as owners.
The new handler will be responsible to
- enforce network policies
- handle shared vs. non-shared network configuration
Compared to the NetworkConfigurationHandler, this handler shouldn't use Shill properties but ONC wherever possible.
TBR=zelidrag@chromium.org (for gypi change)
BUG= 157696, 148353
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184933
Total comments: 7
Total comments: 1
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+468 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/networking_private_api.h
|
View
|
1
2
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/networking_private_api.cc
|
View
|
1
2
|
6 chunks |
+58 lines, -24 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/net/OWNERS
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/net/managed_network_configuration_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/net/managed_network_configuration_handler.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+207 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/chromeos_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/chromeos_switches.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_configuration_handler.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_configuration_handler.cc
|
View
|
1
|
5 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_configuration_handler_unittest.cc
|
View
|
|
12 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_handler_callbacks.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state.h
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|