| Index: chrome/browser/resources/settings/internet_page/network_summary_item.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item.html b/chrome/browser/resources/settings/internet_page/network_summary_item.html
|
| index 6f1422b473a95c650ee0b6a63c9f13bad9a77a29..85e793951125d1614d6e4f559f7399ffc576d4b7 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_summary_item.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_summary_item.html
|
| @@ -56,7 +56,8 @@
|
| <div class="settings-box two-line" actionable on-tap="onDetailsTap_">
|
| <div id="details"
|
| no-flex$="[[showSimInfo_(deviceState)]]">
|
| - <cr-network-list-item item="[[activeNetworkState]]" class="flex">
|
| + <cr-network-list-item item="[[activeNetworkState]]" class="flex"
|
| + item-name="{{itemName}}">
|
| </cr-network-list-item>
|
| <paper-spinner active="[[scanningIsActive_(deviceState, expanded_)]]"
|
| hidden$="[[!scanningIsVisible_(deviceState)]]">
|
| @@ -89,6 +90,7 @@
|
| <template is="dom-if" if="[[enableToggleIsVisible_(deviceState)]]">
|
| <div class="secondary-action">
|
| <paper-toggle-button id="deviceEnabledButton"
|
| + aria-label$="[[itemName]]"
|
| checked="[[deviceIsEnabled_(deviceState)]]"
|
| enabled="[[enableToggleIsEnabled_(deviceState)]]"
|
| on-tap="onDeviceEnabledTap_">
|
|
|