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

Unified Diff: chrome/browser/resources/options/content_settings.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: clarify comment 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.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 9579633d7005442a504a08d4fb1869b2acfab6e1..f0fed816b742910a4082af4ada8c489b939adedd 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -211,6 +211,14 @@
i18n-content="manage_exceptions"></button>
</div>
</section>
+ <!-- Fullscreen filter -->
+ <section>
+ <h3 i18n-content="fullscreen_tab_label"></h3>
+ <div>
+ <button class="exceptions-list-button" contentType="fullscreen"
+ i18n-content="manage_exceptions"></button>
+ </div>
+ </section>
<!-- Intent registration filter tab contents -->
<if expr="pp_ifdef('enable_web_intents')">
<section id="intents-section">

Powered by Google App Engine
This is Rietveld 408576698