Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(788)

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

Issue 10536103: Revert 141482 - 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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698