| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| index 3bb8aeee8b9260893538907b88be04ec25ea5ff5..ad2f22b7a050e07f78fdcb232626c61cd5c17688 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -447,6 +447,11 @@
|
| label="$i18n{siteSettingsProtectedContentEnable}">
|
| </settings-toggle-button>
|
| </div>
|
| +<if expr="chromeos">
|
| + <category-setting-exceptions
|
| + category="{{ContentSettingsTypes.PROTECTED_CONTENT}}">
|
| + </category-setting-exceptions>
|
| +</if>
|
| </settings-subpage>
|
| </template>
|
| </if>
|
|
|