Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/browser/resources/options/certificate_manager.html ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698