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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 171813002: Remove pp_ifdef from grd files in several directories. (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
« no previous file with comments | « device/bluetooth/bluetooth_strings.grd ('k') | webkit/glue/inspector_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 188a878b176b8df16002394b4bf717b538f9d17d..6cf1c1327311457a13fd7c2cce0565bef95a553c 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -185,7 +185,7 @@
</translations>
<release allow_pseudo="false" seq="1">
<messages fallback_to_english="true">
- <if expr="pp_ifdef('_google_chrome')">
+ <if expr="_google_chrome">
<message desc="Message shown when the Chrome Remote Desktop client tab is closed while a connection is active." name="IDS_CLOSE_PROMPT">
Leaving this page will end your Chrome Remote Desktop session.
</message>
@@ -281,7 +281,7 @@
</message>
</if>
- <if expr="not pp_ifdef('_google_chrome')">
+ <if expr="not _google_chrome">
<message desc="Message shown when the Chromoting client tab is closed while a connection is active." name="IDS_CLOSE_PROMPT">
Leaving this page will end your Chromoting session.
</message>
« no previous file with comments | « device/bluetooth/bluetooth_strings.grd ('k') | webkit/glue/inspector_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698