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"> |