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

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

Issue 2004353002: Delete unused code for exclusive access permission prompting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fullscreen-mac-remove-window-controller
Patch Set: Remove unused element ids. Created 4 years, 7 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..9c33646c74b2f802780de236e86f3ded107b4e82 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -631,7 +631,7 @@
<!-- Fullscreen filter -->
<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>
@@ -640,39 +640,7 @@
<!-- Mouse Lock filter -->
scheib 2016/05/31 18:20:24 Can even more of this HTML be trimmed, since conte
Matt Giuca 2016/06/01 00:54:29 Sadly, they are still used. https://crbug.com/5918
scheib 2016/06/01 01:01:03 Ah, thanks. Please update the issue(or blockers) w
Matt Giuca 2016/06/01 01:11:03 Done.
<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