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

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

Issue 2746143004: MD Settings: Use correct change event for noSetPref (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « chrome/browser/resources/settings/android_apps_page/android_apps_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/network_proxy.html
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.html b/chrome/browser/resources/settings/internet_page/network_proxy.html
index 4ed793cbdec354b09ab9db7070fb3e8ac3422419..843691fd35eb313982837bdccee219865078b221 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy.html
+++ b/chrome/browser/resources/settings/internet_page/network_proxy.html
@@ -80,7 +80,7 @@
<settings-toggle-button id="allowShared" class="start"
pref="{{prefs.settings.use_shared_proxies}}"
label="$i18n{networkProxyAllowShared}"
- on-change="onAllowSharedProxiesChange_"
+ on-settings-boolean-control-change="onAllowSharedProxiesChange_"
no-set-pref>
</settings-toggle-button>
</div>
« no previous file with comments | « chrome/browser/resources/settings/android_apps_page/android_apps_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698