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

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

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view (nits) Created 4 years, 2 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 | « ui/chromeos/network/network_list.cc ('k') | ui/chromeos/network/network_list_md.h » ('j') | 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 3e62ed3366e432401110466b23c118cf26383818..bd54c07be47047b4604da59d846536c529253dfe 100644
--- a/ui/chromeos/network/network_list_delegate.h
+++ b/ui/chromeos/network/network_list_delegate.h
@@ -47,6 +47,9 @@ class UI_CHROMEOS_EXPORT NetworkListDelegate {
// Called when the user clicks on an entry representing a network in the list.
virtual void OnNetworkEntryClicked(views::View* sender) = 0;
+ // Called when the user clicks on a "Join Other" button.
+ virtual void OnOtherWifiClicked() = 0;
+
virtual void RelayoutScrollList() = 0;
};
« no previous file with comments | « ui/chromeos/network/network_list.cc ('k') | ui/chromeos/network/network_list_md.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698