| 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 3c1ffae190e45b051e3aa171993e16ea2d982d38..6c92344dea48a29992ba3fb2afcbd0904513fb55 100644
|
| --- a/chrome/browser/chromeos/options/vpn_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/vpn_config_view.cc
|
| @@ -343,7 +343,7 @@ void VPNConfigView::ButtonPressed(views::Button* sender,
|
| const ui::Event& event) {
|
| }
|
|
|
| -void VPNConfigView::OnSelectedIndexChanged(views::Combobox* combobox) {
|
| +void VPNConfigView::OnPerformAction(views::Combobox* combobox) {
|
| UpdateControls();
|
| UpdateErrorLabel();
|
| UpdateCanLogin();
|
|
|