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..3dacaaf38a6686e11b937d4f7c38a48d54bb01b2 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,7 +411,7 @@ |
<span i18n-content="protectedContentEnable"></span> |
</label> |
</div> |
-<if expr="pp_ifdef('chromeos')"> |
+<if expr="chromeos"> |
Nico
2014/02/19 01:08:43
Should this be indented to make it more obvious th
newt (away)
2014/02/19 01:43:15
Maybe, though it could be confusing to have two in
Nico
2014/02/19 01:44:50
Maybe marginally better? Up to you.
|
<div class="settings-row"> |
<button id="protected-content-exceptions" |
class="exceptions-list-button" contentType="protectedContent" |