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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 796543002: Plugin Power Saver: Implement option in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore 'ask' to list of allowed settings for policy settings Created 6 years 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.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 3d1b10706bd9ab4094ad501257e20611f0e03eba..31b329e048e5ab2e558426d8df9a4bba25129987 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -186,13 +186,13 @@
</span>
</label>
</div>
- <div id="click_to_play" class="radio controlled-setting-with-label">
+ <div class="radio controlled-setting-with-label">
<label>
- <input type="radio" name="plugins" value="ask">
+ <input type="radio" name="plugins" value="detect">
<span>
- <span i18n-content="pluginsAsk"></span>
+ <span i18n-content="pluginsDetect"></span>
<span class="controlled-setting-indicator"
- content-setting="plugins" value="ask"></span>
+ content-setting="plugins" value="detect"></span>
</span>
</label>
</div>

Powered by Google App Engine
This is Rietveld 408576698