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..192231f32e2e4ff45dc5e56a0e046bf51d27f15d 100644 |
--- a/chrome/browser/resources/options/content_settings_exceptions_area.js |
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.js |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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'; |
this.autoExpands = true; |
this.reset(); |