| 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 909021cadd21dbca0925256647f1be3f0a4b5d9e..9bb9609173a6182ef21ca6684c9672248212bd4b 100644
|
| --- a/chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| +++ b/chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| @@ -362,7 +362,8 @@ 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';
|
| + this.enableAskOption = this.contentType == 'plugins' ||
|
| + this.contentType == 'pepper_flash_cameramic';
|
|
|
| this.autoExpands = true;
|
| this.reset();
|
|
|