| 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;
|
|
|