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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 2867223003: Send a message to the client if bad It2Me policies are read. (Closed)
Patch Set: Fix race. Created 3 years, 7 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 | « remoting/host/policy_watcher_unittest.cc ('k') | remoting/webapp/base/js/error.js » ('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 7139649a8b27e786d7da25a76a2a18c2f891a355..57841ffa003804c6ae8275f382d535b5cce9bc58 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -356,6 +356,9 @@
<message name="IDS_MAC_UNINSTALLER_BUNDLE_NAME" desc="The bundle name specified in the property list of Chrome Remote Desktop Host Uninstaller bundle on MacOS. The Chrome Remote Desktop host allows a user to connect to their computer remotely (it 'hosts' a connection from a remote computer).">
Chrome Remote Desktop Host Uninstaller
</message>
+ <message desc="Error displayed when the local computer is configured badly." name="IDS_ERROR_POLICY">
+ There is an error with the policy settings for Chrome Remote Desktop. Contact your system administrator for assistance.
+ </message>
</if> <!-- _google_chrome -->
<if expr="not _google_chrome">
@@ -458,6 +461,9 @@
<message name="IDS_MAC_UNINSTALLER_BUNDLE_NAME" desc="The bundle name specified in the property list of Chromoting Host Uninstaller bundle on MacOS.">
Chromoting Host Uninstaller
</message>
+ <message desc="Error displayed when the local computer is configured badly." name="IDS_ERROR_POLICY">
+ There is an error with the policy settings for Chrome Remote Desktop. Contact your system administrator for assistance.
+ </message>
</if> <!-- not _google_chrome -->
<message desc="Error that is shown on the client side when incompatible Chrome Remote Desktop versions are installed on host and client." name="IDS_ERROR_INCOMPATIBLE_PROTOCOL" formatter_data="android_java">
« no previous file with comments | « remoting/host/policy_watcher_unittest.cc ('k') | remoting/webapp/base/js/error.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698