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

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

Issue 1412523003: Adding <keygen> Content Setting (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on core CL. Created 5 years, 1 month 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_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index 6be328388d11871e1936826d32244480b965814d..6075599a929d93fb6d57628f47845b6785869940 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -43,6 +43,14 @@
<list mode="otr"></list>
</div>
</div>
+ <div contentType="keygen">
msramek 2015/11/05 16:22:31 I would recommend putting this towards the bottom
svaldez 2015/11/05 16:35:12 Done.
+ <list mode="normal"></list>
+ <div>
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
+ </span>
+ <list mode="otr"></list>
+ </div>
+ </div>
<div contentType="plugins">
<list mode="normal"></list>
<div>

Powered by Google App Engine
This is Rietveld 408576698