summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js')
-rw-r--r--chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js
index 57b42d06dee..a7b63fd525e 100644
--- a/chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chromium/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -136,10 +136,10 @@ Polymer({
},
/** @private */
- enableBluetoothScanningContentSetting_: {
+ enableInsecureContentContentSetting_: {
type: Boolean,
value: function() {
- return loadTimeData.getBoolean('enableBluetoothScanningContentSetting');
+ return loadTimeData.getBoolean('enableInsecureContentContentSetting');
}
},