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

Unified Diff: ash/common/system/chromeos/network/vpn_list_view.cc

Issue 2300423002: Reland of Make TrayDetailsView a ViewClickListener and ButtonListener (Closed)
Patch Set: for review Created 4 years, 3 months 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/common/system/chromeos/network/vpn_list_view.cc
diff --git a/ash/common/system/chromeos/network/vpn_list_view.cc b/ash/common/system/chromeos/network/vpn_list_view.cc
index 45c30080bc2ae052133c58015dac84eac46fe41b..3c3ed57ebe34756f20c95ba5d32c269b387a8e43 100644
--- a/ash/common/system/chromeos/network/vpn_list_view.cc
+++ b/ash/common/system/chromeos/network/vpn_list_view.cc
@@ -353,7 +353,7 @@ void VPNListView::OnViewClicked(views::View* sender) {
// If the user clicked on a network entry, let the |delegate_| trigger a
// connection attempt (if the network is currently disconnected) or show a
// configuration dialog (if the network is currently connected or connecting).
- delegate_->OnViewClicked(sender);
+ delegate_->OnNetworkEntryClicked(sender);
}
void VPNListView::AddNetwork(const chromeos::NetworkState* network) {

Powered by Google App Engine
This is Rietveld 408576698