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

Unified Diff: chrome/app/generated_resources.grd

Issue 8480003: Surface error messages from ONC parsing in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only compile unit test for chromium os. Created 9 years, 1 month 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: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b9ed348bbef433e3512930ba1cf57525866c006b..2dedf65d6b5a00055ab6ce81dad1a13af9f2b812 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4456,6 +4456,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_POLICY_OVERRIDDEN" desc="The text displayed in the status column when the corresponding policy is being ignored because another policy is overriding it.">
Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>.
</message>
+ <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_ERROR" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse.">
+ Network configuration failed to be parsed: <ph name="PARSE_ERROR_MESSAGE">$1<ex>Line: 1, column: 1, Root value must be an array or object.</ex></ph>
+ </message>
<!-- about:flags -->
<message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for the about:flags page.">
« no previous file with comments | « no previous file | chrome/app/policy/cloud_policy_codegen.gyp » ('j') | chrome/browser/chromeos/cros/onc_network_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698