Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1934)

Unified Diff: chrome/browser/policy/configuration_policy_handler_chromeos.cc

Issue 10928103: Strip vpn.openvpn.TLSAuthContents in chrome://policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_chromeos.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_chromeos.cc b/chrome/browser/policy/configuration_policy_handler_chromeos.cc
index af17bc152a71e8f656068874aec9c85f590cf13d..4a45ca892030719375824c75ab8c149ccaadb5b4 100644
--- a/chrome/browser/policy/configuration_policy_handler_chromeos.cc
+++ b/chrome/browser/policy/configuration_policy_handler_chromeos.cc
@@ -123,6 +123,7 @@ void NetworkConfigurationPolicyHandler::MaskSensitiveValues(
{ onc::kVPN, onc::vpn::kIPsec, onc::vpn::kPSK },
{ onc::kVPN, onc::vpn::kL2TP, onc::vpn::kPassword },
{ onc::kVPN, onc::vpn::kOpenVPN, onc::vpn::kPassword },
+ { onc::kVPN, onc::vpn::kOpenVPN, onc::vpn::kTLSAuthContents },
{ onc::kWiFi, onc::wifi::kEAP, onc::eap::kPassword },
{ onc::kWiFi, onc::wifi::kPassphrase },
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698