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

Unified Diff: ash/system/network/network_list.h

Issue 2932373002: Add a battery icon to the right of Tether networks in system tray. (Closed)
Patch Set: stevenjb@ comments Created 3 years, 6 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 | « no previous file | ash/system/network/network_list.cc » ('j') | ash/system/network/network_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/network_list.h
diff --git a/ash/system/network/network_list.h b/ash/system/network/network_list.h
index 3eca162a47f996a8c7ab0d2d2b1b29d7755fe3ce..5af1784c33dd828072b72403e00b9bba539818f7 100644
--- a/ash/system/network/network_list.h
+++ b/ash/system/network/network_list.h
@@ -73,6 +73,10 @@ class NetworkListView : public NetworkStateListDetailedView,
// Updates |view| with the information in |info|.
void UpdateViewForNetwork(HoverHighlightView* view, const NetworkInfo& info);
+ // Creates the a battery icon next to the name of Tether networks indicating
+ // the charge level of the mobile device that is being used as a hotspot.
Kyle Horimoto 2017/06/12 17:22:09 s/charge level/battery percentage/
lesliewatkins 2017/06/12 18:06:05 Done.
+ views::View* CreatePowerStatusView(const NetworkInfo& info);
+
// Creates the view of an extra icon appearing next to the network name
// indicating that the network is controlled by an extension. If no extension
// is registered for this network, returns |nullptr|.
« no previous file with comments | « no previous file | ash/system/network/network_list.cc » ('j') | ash/system/network/network_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698