| 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 6f523903ce0aae8aa3e3b5cf5b8fabf85b38bb0c..ab7df487c32afb8b84142047ce6080b4fc97460e 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -438,7 +438,6 @@
|
| </site-data-details-subpage>
|
| </settings-subpage>
|
| </template>
|
| -<if expr="chromeos or is_win">
|
| <template is="dom-if" route-path="/content/protectedContent" no-search>
|
| <settings-subpage page-title="$i18n{siteSettingsProtectedContent}">
|
| <div class="settings-box first two-line">
|
| @@ -457,7 +456,6 @@
|
| </if>
|
| </settings-subpage>
|
| </template>
|
| -</if>
|
| </settings-animated-pages>
|
| </template>
|
| <script src="privacy_page.js"></script>
|
|
|