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

Unified Diff: chrome/browser/resources/settings/internet_page/network_property_list.html

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Use params Created 3 years, 8 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_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index 199858a0c4d21ef7229e93fa0fd0c80308916863..d2972ee20299560281c25fabcadb18e6a5b96823 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -29,7 +29,7 @@
}
</style>
<template is="dom-repeat" items="[[fields]]"
- filter="[[computeFilter_(propertyDict, editFieldTypes)]]">
+ filter="[[computeFilter_(prefix, propertyDict, editFieldTypes)]]">
<div class="settings-box single-column two-line">
<!-- Propety label -->
<div>[[getPropertyLabel_(item, prefix)]]</div>

Powered by Google App Engine
This is Rietveld 408576698