| Index: ui/webui/resources/cr_elements/network/cr_network_list_item.js
|
| diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.js b/ui/webui/resources/cr_elements/network/cr_network_list_item.js
|
| index 8411957eca5f6194add311a1434bcf921ce91145..4ec8666753ca21d91bc436794b37dab7aa5dc1d6 100644
|
| --- a/ui/webui/resources/cr_elements/network/cr_network_list_item.js
|
| +++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.js
|
| @@ -47,8 +47,8 @@ Polymer({
|
|
|
| /**
|
| * Reflect the element's tabindex attribute to a property so that embedded
|
| - * elements (e.g. the settings button) can become keyboard focusable when
|
| - * this element has keyboard focus.
|
| + * elements (e.g. the show subpage button) can become keyboard focusable
|
| + * when this element has keyboard focus.
|
| */
|
| tabindex: {
|
| type: Number,
|
| @@ -146,7 +146,7 @@ Polymer({
|
| },
|
|
|
| /** @private */
|
| - isSettingsButtonVisible_: function() {
|
| + isSubpageButtonVisible_: function() {
|
| return !!this.networkState && this.showButtons;
|
| },
|
|
|
|
|