| 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 75db6a192b0d72e713c8781a2a286df37edd0f76..66810c76c9f0a4bdb85cfc30fb9da4b0774ce6c3 100644
|
| --- a/ash/system/chromeos/network/tray_vpn.cc
|
| +++ b/ash/system/chromeos/network/tray_vpn.cc
|
| @@ -182,7 +182,7 @@ void TrayVPN::OnNetworkRefresh(const NetworkIconInfo& info) {
|
| if (default_)
|
| default_->Update();
|
| if (detailed_)
|
| - detailed_->Update();
|
| + detailed_->ManagerChanged();
|
| }
|
|
|
| void TrayVPN::SetNetworkMessage(NetworkTrayDelegate* delegate,
|
|
|