| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| index 1721100e255b176df66c2ebb3d02265f0df5380f..ed761fb5aa437e3a346220b3d2906580d90d8cf1 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -93,6 +93,14 @@ Polymer({
|
| type: Object,
|
| value: NetworkPredictionOptions,
|
| },
|
| +
|
| + /** @private */
|
| + enableSafeBrowsingSubresourceFilter_: {
|
| + type: Boolean,
|
| + value: function() {
|
| + return loadTimeData.getBoolean('enableSafeBrowsingSubresourceFilter');
|
| + }
|
| + },
|
| },
|
|
|
| listeners: {
|
|
|