| Index: chrome/browser/resources/options2/content_settings.html
|
| diff --git a/chrome/browser/resources/options2/content_settings.html b/chrome/browser/resources/options2/content_settings.html
|
| index 44c3ef956895a7d0b1566b35f681568a9553dc1e..f4e478bfd476d457df4219232b7d38725e93c627 100644
|
| --- a/chrome/browser/resources/options2/content_settings.html
|
| +++ b/chrome/browser/resources/options2/content_settings.html
|
| @@ -255,7 +255,9 @@
|
| </label>
|
| </div>
|
| </section>
|
| -<if expr="pp_ifdef('chromeos')">
|
| +<!-- TODO(markusheintz): Renable the Protected Content section once the 3rd
|
| + party dependencies of the backend are ready. -->
|
| +<if expr="pp_ifdef('chromeos') and False">
|
| <!-- Protected Content filter -->
|
| <section guest-visibility="disabled">
|
| <h3 i18n-content="protectedContentTabLabel"
|
|
|