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

Unified Diff: chrome/browser/resources/flags.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/resources/feedback/js/feedback.js ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/flags.html
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
index 4dc1ae9888ebbda6035e2314211b74c38558864e..e0f75c7440b33899063250181f9e70d0c50cf462 100644
--- a/chrome/browser/resources/flags.html
+++ b/chrome/browser/resources/flags.html
@@ -25,7 +25,7 @@
<span id="channel-promo-dev" i18n-content="channelPromoDev" hidden></span>
</div>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<div class="blurb-container" id="owner-warning">
<span i18n-content="ownerWarning"></span>
</div>
« no previous file with comments | « chrome/browser/resources/feedback/js/feedback.js ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698