| 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>
|
|
|