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

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

Issue 9537014: Merge a bunch of CLs to whitelist the Google Talk plug-in when turning on click-to-play. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src
Patch Set: sync Created 8 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
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | chrome/browser/resources/plugins.js » ('j') | 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 b5db6750d67654c754b36cff15471c5ffa8439e3..9f6b195de07ae42c010f16f28c009077217ec739 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -181,6 +181,12 @@
i18n-content="enable"
>ENABLE</a>
</span>
+ <input
+ class="always-allow" type="checkbox"
+ jsvalues=
+ ".identifier:id; id:id + '-always-allowed'; .checked:alwaysAllowed">
+ <label jsvalues="for:id + '-always-allowed'"
+ i18n-content="alwaysAllowed"></label>
</div>
</td>
</tr>
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | chrome/browser/resources/plugins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698