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

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

Issue 902223002: Plugin Power Saver: Remove ASK (left C2P). Replace with DETECT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 a429d09986604895f0dc49612c66938c0f1a25cc..8a3b3d38041c953119241c0eabceed1b004c115b 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -198,16 +198,6 @@
</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