| Index: ash/system/chromeos/network/tray_vpn.cc
|
| diff --git a/ash/system/chromeos/network/tray_vpn.cc b/ash/system/chromeos/network/tray_vpn.cc
|
| index 9eaf48c0442e79582444db214f9126b803ad4462..f6ba0237f4958a37d41411b323de686d977fbbfe 100644
|
| --- a/ash/system/chromeos/network/tray_vpn.cc
|
| +++ b/ash/system/chromeos/network/tray_vpn.cc
|
| @@ -178,7 +178,7 @@ void TrayVPN::OnNetworkRefresh(const NetworkIconInfo& info) {
|
| if (default_)
|
| default_->Update();
|
| if (detailed_)
|
| - detailed_->Update();
|
| + detailed_->ManagerChanged();
|
| }
|
|
|
| void TrayVPN::SetNetworkMessage(NetworkTrayDelegate* delegate,
|
|
|