| Index: chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| diff --git a/chrome/browser/resources/options2/content_settings_exceptions_area.js b/chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| index 192231f32e2e4ff45dc5e56a0e046bf51d27f15d..ccec46841d235ea34235c590f09839877a650eff 100644
|
| --- a/chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| +++ b/chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| @@ -120,7 +120,7 @@ cr.define('options.contentSettings', function() {
|
| // If the source of the content setting exception is not the user
|
| // preference, then the content settings exception is managed and the user
|
| // can't edit it.
|
| - if (this.dataItem.source &&
|
| + if (this.dataItem.source &&
|
| this.dataItem.source != 'preference') {
|
| this.setAttribute('managedby', this.dataItem.source);
|
| this.deletable = false;
|
|
|