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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_page.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 | « no previous file | chrome/browser/resources/settings/internet_page/network_proxy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index be48d94033dacfb8b3ba9b55576ce24fe752a4d1..5cdbe056bfae06e43d267338b09f847ab63f1745 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -24,7 +24,7 @@
<settings-toggle-button id="enabled" class="start"
pref="{{prefs.arc.enabled}}"
label="$i18n{androidAppsEnabled}"
- on-change="onArcEnabledChange_"
+ on-settings-boolean-control-change="onArcEnabledChange_"
no-set-pref>
<a href="$i18nRaw{androidAppsLearnMoreUrl}" target="_blank"
class="more-actions" on-tap="stopPropagation_">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/network_proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698