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

Unified Diff: chrome/browser/chromeos/options/vpn_config_view.cc

Issue 552353002: Fix un-selecting user cert for VPN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/chromeos/options/vpn_config_view.cc
diff --git a/chrome/browser/chromeos/options/vpn_config_view.cc b/chrome/browser/chromeos/options/vpn_config_view.cc
index c1da90b7b239771659281f43c9f5858a0f26287b..1a3c5d5ce602173efa17917e9d676326e2fc71cc 100644
--- a/chrome/browser/chromeos/options/vpn_config_view.cc
+++ b/chrome/browser/chromeos/options/vpn_config_view.cc
@@ -454,8 +454,8 @@ void VPNConfigView::SetUserCertProperties(
base::DictionaryValue* properties) const {
if (!HaveUserCerts()) {
// No certificate selected or not required.
- chromeos::client_cert::SetEmptyShillProperties(
- chromeos::client_cert::CONFIG_TYPE_EAP, properties);
+ chromeos::client_cert::SetEmptyShillProperties(client_cert_type,
+ properties);
} else {
// Certificates are listed in the order they appear in the model.
int index = user_cert_combobox_ ? user_cert_combobox_->selected_index() : 0;
« 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