Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: ash/system/chromeos/network/tray_vpn.cc

Issue 11361274: Add NetworkStateListDetailedView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698