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

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

Issue 2627353003: Settings/Oobe: Simplify cr-network-select and use flex (Closed)
Patch Set: Add comment Created 3 years, 11 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
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 a1d7a559a492f657b690d2eff21c37da027d4517..4b6ff90a3f6efad907c1d59779e27196ee3f76ea 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.js
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.js
@@ -42,12 +42,6 @@ Polymer({
},
},
- /** The maximum height in pixels for the list of networks. */
- maxHeight: {
- type: Number,
- value: 200,
- },
-
/**
* Interface for networkingPrivate calls, passed from internet_page.
* @type {!NetworkingPrivate}

Powered by Google App Engine
This is Rietveld 408576698