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

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

Issue 2441843003: Remove fullscreen and mouselock content settings UI. (Closed)
Patch Set: Moved fullscreen / mouselock check earlier. Created 4 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 4a16f4cfd875de2e2c86d77362c0f0ea2d667dab..7dfad1c58199c548771ab2565c6c868af109079b 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -69,22 +69,6 @@
<div contentType="notifications">
<list mode="normal"></list>
</div>
- <div contentType="fullscreen">
- <list mode="normal"></list>
- <div>
- <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
- </span>
- <list mode="otr"></list>
- </div>
- </div>
- <div contentType="mouselock">
- <list mode="normal"></list>
- <div>
- <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
- </span>
- <list mode="otr"></list>
- </div>
- </div>
<div contentType="protectedContent">
<list mode="normal"></list>
<div>

Powered by Google App Engine
This is Rietveld 408576698