| 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.
 | 
| +  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|.
 | 
| 
 |