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

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

Issue 2045163002: Remove (already-hidden) global fullscreen / mouselock settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tommycli-rename-calljavascriptfunction
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e7b2dfb43aa1483986d1ff979d8a61e74ccadba7..85659d6ef5045bd64b6cd73ecb63ccc04112acbf 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -629,50 +629,22 @@
</div>
</section>
<!-- Fullscreen filter -->
+ <!-- TODO(mgiuca): Delete this once per-site data deleted.
+ https://crbug.com/591896 -->
<section id="fullscreen-section">
<h3 i18n-content="fullscreenTabLabel"></h3>
- <p id="fullscreen-deprecated" i18n-content="fullscreenDeprecated"></p>
+ <p i18n-content="fullscreenDeprecated"></p>
<div class="settings-row">
<button class="exceptions-list-button" contentType="fullscreen"
i18n-content="manageExceptions"></button>
</div>
</section>
<!-- Mouse Lock filter -->
+ <!-- TODO(mgiuca): Delete this once per-site data deleted.
+ https://crbug.com/591896 -->
<section id="mouselock-section">
<h3 i18n-content="mouselockTabLabel"></h3>
- <p id="mouselock-deprecated" i18n-content="mouselockDeprecated"></p>
- <div id="mouselock-global-settings">
- <div class="radio">
- <label>
- <input type="radio" name="mouselock" value="allow">
- <span>
- <span i18n-content="mouselockAllow"></span>
- <span class="controlled-setting-indicator"
- content-setting="mouselock" value="allow"></span>
- </span>
- </label>
- </div>
- <div class="radio">
- <label>
- <input type="radio" name="mouselock" value="ask">
- <span>
- <span i18n-content="mouselockAsk"></span>
- <span class="controlled-setting-indicator"
- content-setting="mouselock" value="ask"></span>
- </span>
- </label>
- </div>
- <div class="radio">
- <label>
- <input type="radio" name="mouselock" value="block">
- <span>
- <span i18n-content="mouselockBlock"></span>
- <span class="controlled-setting-indicator"
- content-setting="mouselock" value="block"></span>
- </span>
- </label>
- </div>
- </div>
+ <p i18n-content="mouselockDeprecated"></p>
<div>
<div class="settings-row">
<button class="exceptions-list-button" contentType="mouselock"
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698