| Index: chrome/browser/resources/options/content_settings_exceptions_area.js
|
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.js b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| index 7adde6862095c8c49f505dc3c223b8d19a0ea14e..11cd059ca6830fad54baa5d8d8e59a81a3929da8 100644
|
| --- a/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| @@ -361,8 +361,7 @@ cr.define('options.contentSettings', function() {
|
| var exceptionList = this;
|
|
|
| // Whether the exceptions in this list allow an 'Ask every time' option.
|
| - this.enableAskOption = (this.contentType == 'plugins' &&
|
| - templateData.enable_click_to_play);
|
| + this.enableAskOption = (this.contentType == 'plugins');
|
|
|
| this.autoExpands = true;
|
| this.reset();
|
|
|