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

Unified Diff: chrome/browser/resources/plugins.html

Issue 2659373002: Partial merge of https://crrev.com/b8e1ac73c904f3134c4be5fd978ef46de1b95279. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.html
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
index c5fbbcf44bf3c716bb2c4da2909be8486245655e..8a130447c442f8f2fe64e3d8bcb6d9474c399210 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -123,22 +123,6 @@
i18n-content="pluginDisabledByPolicy">(DISABLED_BY_POLICY)</span>
<span jsdisplay="enabled_mode == 'enabledByPolicy'"
i18n-content="pluginEnabledByPolicy">(ENABLED_BY_POLICY)</span>
- <span guest-visibility="disabled">
- <a
- class="disable-plugin-link"
- jsvalues=".path:path"
- jsdisplay="enabled_mode == 'enabledByUser'"
- href="#"
- i18n-content="disable"
- >DISABLE</a>
- <a
- class="enable-plugin-link"
- jsvalues=".path:path"
- jsdisplay="enabled_mode == 'disabledByUser'"
- href="#"
- i18n-content="enable"
- >ENABLE</a>
- </span>
</td>
</tr></table></div>
<table><tr jsdisplay="mime_types.length > 0">
@@ -172,22 +156,6 @@
</div>
</div>
<div class="plugin-actions" guest-visibility="disabled">
- <span>
- <a
- class="disable-group-link"
- jsvalues=".path:name"
- jsdisplay="enabled_mode == 'enabledByUser'"
- href="#"
- i18n-content="disable"
- >DISABLE</a>
- <a
- class="enable-group-link"
- jsvalues=".path:name"
- jsdisplay="enabled_mode == 'disabledByUser'"
- href="#"
- i18n-content="enable"
- >ENABLE</a>
- </span>
<input
class="always-allow" type="checkbox"
jsvalues=
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698