| Index: chrome/browser/resources/options2/content_settings_exceptions_area.js
|
| ===================================================================
|
| --- chrome/browser/resources/options2/content_settings_exceptions_area.js (revision 141490)
|
| +++ chrome/browser/resources/options2/content_settings_exceptions_area.js (working copy)
|
| @@ -375,8 +375,7 @@
|
| var exceptionList = this;
|
|
|
| // Whether the exceptions in this list allow an 'Ask every time' option.
|
| - this.enableAskOption = this.contentType == 'plugins' ||
|
| - this.contentType == 'pepper-flash-cameramic';
|
| + this.enableAskOption = this.contentType == 'plugins';
|
|
|
| this.autoExpands = true;
|
| this.reset();
|
|
|