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

Unified Diff: chrome/browser/resources/options/content_settings.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.js
diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js
index 94faa90440dfb93af95225ceab410cbc3d36ae53..5f31a571f5fd9c5538c3ee9adf598e8b76ba2611 100644
--- a/chrome/browser/resources/options/content_settings.js
+++ b/chrome/browser/resources/options/content_settings.js
@@ -65,9 +65,6 @@ cr.define('options', function() {
OptionsPage.navigateToPage('cookies');
};
- if (!templateData.enable_click_to_play)
- $('click_to_play').hidden = true;
-
if (!templateData.enable_web_intents && $('intent-section'))
$('intent-section').hidden = true;
},

Powered by Google App Engine
This is Rietveld 408576698