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

Unified Diff: chrome/browser/resources/about_version.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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index c4a6304be3ad1277e9b035865e186fa20a419dcc..4acece3f9c74c0b18c0eda43500663fff61ca015 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -26,10 +26,10 @@ about:version template page
<body>
<div id="outer">
<div id="logo">
-<if expr="pp_ifdef('enable_themes')">
+<if expr="enable_themes">
<img src="chrome://theme/IDR_PRODUCT_LOGO">
</if>
-<if expr="not pp_ifdef('enable_themes')">
+<if expr="not enable_themes">
<img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png">
</if>
<div id="company" i18n-content="company"></div>
@@ -51,14 +51,14 @@ about:version template page
</if>
</td>
</tr>
-<if expr="not pp_ifdef('chromeos')">
+<if expr="not chromeos">
<tr><td class="label" i18n-content="os_name"></td>
<td class="version" id="os_type">
<span i18n-content="os_type"></span>
<span id="os_version" i18n-content="os_version"></span>
</td>
</if>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<tr><td class="label" i18n-content="platform"></td>
<td class="version" id="os_type">
<span id="os_version" i18n-content="os_version"></span>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698