| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| index c1316fa83af1d7d170bf3dffc734a249ba5dd2d9..5f1032c3944b3fa93a6de5d1473909d51b6791ba 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| @@ -1316,7 +1316,7 @@ void InternetOptionsHandler::UpdateCarrier() {
|
| web_ui()->CallJavascriptFunction(kUpdateCarrierFunction);
|
| }
|
|
|
| -void InternetOptionsHandler::NetworkManagerChanged() {
|
| +void InternetOptionsHandler::DeviceListChanged() {
|
| if (!web_ui())
|
| return;
|
| RefreshNetworkData();
|
|
|