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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 910403002: Suspend (rather than shut down) the host upon policy errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mistyped-policies
Patch Set: Created 5 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
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index c27df6687089082cfd955a02aabbe98af98a8ec9..b989ac0c20fd667cce387ab70b351e59adb99ab3 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -885,6 +885,10 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED">
Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
</message>
+ <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed)."
+ name="IDS_OFFLINE_REASON_POLICY_READ_ERROR">
+ Host failed to read the policy.
+ </message>
<message desc="Error message indicating that the host is offline, because RemoteAccessHostMatchUsername policy is enabled and there is a mismatch between the name of the local user (that the host is associated with) and the name of the Google account registered as the host owner (i.e. 'johndoe' if the host is owned by 'johndoe@example.com' Google account)"
name="IDS_OFFLINE_REASON_USERNAME_MISMATCH">
Invalid host owner.

Powered by Google App Engine
This is Rietveld 408576698