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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary_item.js

Issue 2556253007: MD Settings: Fix internet focus and styling (Closed)
Patch Set: Restore cr:settings Created 4 years 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
Index: chrome/browser/resources/settings/internet_page/network_summary_item.js
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item.js b/chrome/browser/resources/settings/internet_page/network_summary_item.js
index 66eea7cb5eea460e2405dfc582bdc3e3cb5c8717..cb02ede61297696e009c9671619c19fa763b9f7d 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.js
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.js
@@ -190,15 +190,6 @@ Polymer({
},
/**
- * @return {boolean}
- * @private
- */
- showDetailsIsVisible_: function() {
- return this.deviceState.Type == CrOnc.Type.CELLULAR &&
- this.networkStateList.length == 1;
- },
-
- /**
* @return {boolean} Whether or not to show the UI to expand the list.
* @private
*/
@@ -272,12 +263,4 @@ Polymer({
// Make sure this does not propagate to onDetailsTap_.
event.stopPropagation();
},
-
- /**
- * @return {string}
- * @private
- */
- getTabIndex_: function() {
- return this.deviceIsEnabled_() ? '0' : '-1';
- },
});

Powered by Google App Engine
This is Rietveld 408576698