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

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

Issue 9293008: Move click-to-play out of chrome://flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 11 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/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');
Evan Stade 2012/01/30 21:26:56 no parens
Bernhard Bauer 2012/01/30 21:32:35 Done.
this.autoExpands = true;
this.reset();
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options2/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698