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

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: 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..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"

Powered by Google App Engine
This is Rietveld 408576698