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

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

Issue 8585047: Add a section for the fullscreen JS API in the content settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 285645f57b4a47b250bf49ea9ee745fce174a9ff..7e77104275badc72f6d033c2980f4ff1a00aa8d9 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -59,4 +59,12 @@
<div contentType="intents">
<list mode="normal"></list>
</div>
+ <div contentType="fullscreen">
+ <list mode="normal"></list>
+ <div>
+ <span class="otr-explanation"
+ i18n-content="otr_exceptions_explanation"></span>
+ <list mode="otr"></list>
+ </div>
+ </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698