| 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;
|
| },
|
|
|
| /**
|
|
|