|
|
ONC: Cleanup client certificate related fields.
Before, each network type had its own constants for ClientCert{Type,Pattern,Ref} which lead to duplicate implementations.
These constants are now unified into the namespace onc::client_cert together with the other client certificate related constants.
This leads to a clearer separation from the Certificate ONC object (has namespace onc::certificate)
and simplifies some code (see network_ui_data.cc and onc_validator.cc).
BUG= 391292
(For trivial constant renaming:)
TBR=mef@chromium.org,vitalybuka@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281820
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+170 lines, -185 lines) |
Patch |
 |
M |
chrome/browser/chromeos/net/onc_utils.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/options/vpn_config_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/options/wifi_config_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/local_discovery/wifi/wifi_manager_nonchromeos.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/certificate_pattern.cc
|
View
|
1
|
4 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_ui_data.cc
|
View
|
1
2
|
2 chunks |
+17 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_normalizer.cc
|
View
|
|
3 chunks |
+22 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_signature.cc
|
View
|
|
3 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translation_tables.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_translator_shill_to_onc.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_utils.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_validator.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/onc/onc_validator.cc
|
View
|
1
2
|
14 chunks |
+45 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/policy_applicator.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/onc/onc_constants.h
|
View
|
1
2
|
5 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/onc/onc_constants.cc
|
View
|
1
2
|
5 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/wifi/network_properties.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/wifi/wifi_service_mac.mm
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/wifi/wifi_service_win.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|