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

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

Issue 829113004: Plugin Power Saver: Add back 'Click to play' option as 4th for plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 31b329e048e5ab2e558426d8df9a4bba25129987..47aabc6930101c6860d5f645eb9e921cb46866eb 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -198,6 +198,16 @@
</div>
<div class="radio controlled-setting-with-label">
<label>
+ <input type="radio" name="plugins" value="ask">
+ <span>
+ <span i18n-content="pluginsAsk"></span>
+ <span class="controlled-setting-indicator"
+ content-setting="plugins" value="ask"></span>
+ </span>
+ </label>
+ </div>
+ <div class="radio controlled-setting-with-label">
+ <label>
<input type="radio" name="plugins" value="block">
<span>
<span i18n-content="pluginsBlock"></span>

Powered by Google App Engine
This is Rietveld 408576698