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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.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_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index bfa1a5c4a1d07329a493d7e89f7562a4c4e6fc60..57611da33101f84e49da400ec9639f5f679d60cc 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -359,8 +359,7 @@ Polymer({
this.showAllowAction_ =
this.categorySubtype == settings.PermissionValues.BLOCK;
this.showBlockAction_ =
- this.categorySubtype == settings.PermissionValues.ALLOW &&
- this.category != settings.ContentSettingsTypes.FULLSCREEN;
+ this.categorySubtype == settings.PermissionValues.ALLOW;
},
/**

Powered by Google App Engine
This is Rietveld 408576698