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

Unified Diff: ui/chromeos/network/network_list_delegate.h

Issue 2289223002: Make TrayDetailsView a ViewClickListener and ButtonListener (Closed)
Patch Set: fix test 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
« no previous file with comments | « ash/common/system/tray_accessibility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_list_delegate.h
diff --git a/ui/chromeos/network/network_list_delegate.h b/ui/chromeos/network/network_list_delegate.h
index abdf3ad395fd95039cbfbfb13704588a876d3fd0..3e62ed3366e432401110466b23c118cf26383818 100644
--- a/ui/chromeos/network/network_list_delegate.h
+++ b/ui/chromeos/network/network_list_delegate.h
@@ -45,7 +45,7 @@ class UI_CHROMEOS_EXPORT NetworkListDelegate {
virtual views::Label* CreateInfoLabel() = 0;
// Called when the user clicks on an entry representing a network in the list.
- virtual void OnViewClicked(views::View* sender) = 0;
+ virtual void OnNetworkEntryClicked(views::View* sender) = 0;
virtual void RelayoutScrollList() = 0;
};
« no previous file with comments | « ash/common/system/tray_accessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698