| Index: chrome/browser/resources/options/content_settings.html
|
| diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
|
| index c0871a863244c27d97a29f1496160555f21b3af8..7e6735c0bee3bafc33e18822839ab416d8456063 100644
|
| --- a/chrome/browser/resources/options/content_settings.html
|
| +++ b/chrome/browser/resources/options/content_settings.html
|
| @@ -285,7 +285,7 @@
|
| </span>
|
| </span>
|
| </div>
|
| -<if expr="pp_ifdef('enable_google_now')">
|
| +<if expr="enable_google_now">
|
| <div class="checkbox" id="geolocationCheckbox" hidden>
|
| <span class="controlled-setting-with-label">
|
| <input id="googleGeolocationAccessEnabled"
|
| @@ -396,7 +396,7 @@
|
| </div>
|
| </div>
|
| </section>
|
| -<if expr="pp_ifdef('chromeos') or is_win">
|
| +<if expr="chromeos or is_win">
|
| <!-- Protected Content filter -->
|
| <section guest-visibility="disabled">
|
| <h3 i18n-content="protectedContentTabLabel"
|
| @@ -411,13 +411,13 @@
|
| <span i18n-content="protectedContentEnable"></span>
|
| </label>
|
| </div>
|
| -<if expr="pp_ifdef('chromeos')">
|
| + <if expr="chromeos">
|
| <div class="settings-row">
|
| <button id="protected-content-exceptions"
|
| class="exceptions-list-button" contentType="protectedContent"
|
| i18n-content="manageExceptions"></button>
|
| </div>
|
| -</if>
|
| + </if>
|
| </div>
|
| </section>
|
| </if>
|
|
|