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

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

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
Patch Set: Updated after latest round of UI reviews. Created 5 years, 9 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_view_base.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 97883b8d6e5004ee969f5f5912c805a1607e57de..abdf3ad395fd95039cbfbfb13704588a876d3fd0 100644
--- a/ui/chromeos/network/network_list_delegate.h
+++ b/ui/chromeos/network/network_list_delegate.h
@@ -44,6 +44,9 @@ class UI_CHROMEOS_EXPORT NetworkListDelegate {
// (e.g. unavailability of network etc.).
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 RelayoutScrollList() = 0;
};
« no previous file with comments | « ui/chromeos/network/network_list.cc ('k') | ui/chromeos/network/network_list_view_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698