Chromium Code Reviews

Unified Diff: chrome/browser/resources/options2/content_settings_exceptions_area.js

Issue 10479015: Pepper Flash settings integration - camera and microphone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 ef4fa6bbd4b818de2408f6e2bf152dbfa9f77471..17bc9b7392e8104aa2e338af05c77fc82e7341d3 100644
--- a/chrome/browser/resources/options2/content_settings_exceptions_area.js
+++ b/chrome/browser/resources/options2/content_settings_exceptions_area.js
@@ -375,7 +375,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();

Powered by Google App Engine