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

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

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
Index: chrome/browser/resources/options/content_settings.js
diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js
index 598a3db3f4f7b6e09ceb00784d57c1925246d2ee..edcadafe4890d5ff79bbd9d97ac524b253f79b77 100644
--- a/chrome/browser/resources/options/content_settings.js
+++ b/chrome/browser/resources/options/content_settings.js
@@ -206,19 +206,6 @@ cr.define('options', function() {
};
/**
- * Shows/hides parts of the fullscreen and mouselock sections.
- * @param {boolean} deprecationVisible Whether to show (or hide) the
- * deprecation warning labels.
- * @param {boolean} globalsVisible Whether to show (or hide) global settings.
- */
- ContentSettings.setExclusiveAccessVisible = function(
- deprecationVisible, globalsVisible) {
- $('fullscreen-deprecated').hidden = !deprecationVisible;
- $('mouselock-deprecated').hidden = !deprecationVisible;
- $('mouselock-global-settings').hidden = !globalsVisible;
- };
-
- /**
* Updates the microphone/camera devices menu with the given entries.
* @param {string} type The device type.
* @param {Array} devices List of available devices.
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698