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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_category.js

Issue 1895113002: Site Settings: Remove FullScreen as top-level category. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/settings/site_settings/site_settings_category.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.js b/chrome/browser/resources/settings/site_settings/site_settings_category.js
index 88614f5d144248d4d588748cbd6ead7de43e751e..fe3a19cae7e35dc30f8726f262042eee3241215a 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.js
@@ -96,14 +96,6 @@ Polymer({
settings.PermissionValues.ASK :
settings.PermissionValues.BLOCK);
break;
- case settings.ContentSettingsTypes.FULLSCREEN:
- // "Allowed" vs. "Ask first".
- this.browserProxy.setDefaultValueForContentType(
- this.category,
- this.categoryEnabled ?
- settings.PermissionValues.ALLOW :
- settings.PermissionValues.ASK);
- break;
default:
assertNotReached('Invalid category: ' + this.category);
}

Powered by Google App Engine
This is Rietveld 408576698