Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / options / wifi_config_view.cc
index 2f749d0..05958f6 100644 (file)
@@ -625,7 +625,7 @@ void WifiConfigView::ButtonPressed(views::Button* sender,
   }
 }
 
-void WifiConfigView::OnSelectedIndexChanged(views::Combobox* combobox) {
+void WifiConfigView::OnPerformAction(views::Combobox* combobox) {
   if (combobox == security_combobox_) {
     bool passphrase_enabled = PassphraseActive();
     passphrase_label_->SetEnabled(passphrase_enabled);