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

Unified Diff: chrome/app/generated_resources.grd

Issue 1769703002: Add viewing of error messages from Keystone upon self-update failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Display errors on status==FAILED, not !message.empty() Created 4 years, 9 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 91b039ccd1498e06b6a6f46ecd5075e3adb1d46f..88b4deffdfb4bc9787c0a9ebe2881dd51686ebe0 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8104,6 +8104,12 @@ I don't think this site should be blocked!
<message name="IDS_PROMOTE_AUTHENTICATION_PROMPT" desc="The prompt displayed in the authentication dialog when setting up automatic updates for all users. The system will add a sentence asking for an administrator's name and password. Mac-only.">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will set up automatic updates for all users of this computer.
</message>
+ <message name="IDS_PROMOTE_PREFLIGHT_LAUNCH_ERROR" desc="Status label shown when an administrator user requested automatic updates for all users, but the OS failed to start the pre-flight process. Mac-only.">
+ Failed to set up automatic updates for all users (preflight launch error: <ph name="ERROR_NUMBER">$1<ex>1</ex></ph>)
+ </message>
+ <message name="IDS_PROMOTE_PREFLIGHT_SCRIPT_ERROR" desc="Status label shown when an administrator user requested automatic updates for all users, but the pre-flight process reported an error. Mac-only.">
+ Failed to set up automatic updates for all users (preflight execution error: <ph name="ERROR_NUMBER">$1<ex>1</ex></ph>)
+ </message>
</if>
<!-- About Chrome View -->
@@ -8119,6 +8125,9 @@ I don't think this site should be blocked!
<message name="IDS_UPGRADE_ERROR" desc="Status label: Error occurred during upgrade">
Update failed (error: <ph name="ERROR_NUMBER">$1<ex>1</ex></ph>)
</message>
+ <message name="IDS_UPGRADE_ERROR_DETAILS" desc="Status label optionally shown when an error occured during upgrade. The upgrade daemon may optionally send supplemental error messages; if they're available, we append them after this message in an HTML pre block.">
+ Error details:
+ </message>
</if>
<if expr="is_win or chromeos">
<message name="IDS_UPGRADE_DISABLED_BY_POLICY" desc="Status label: Upgrades disabled by policy">
« no previous file with comments | « no previous file | chrome/browser/mac/keystone_glue.h » ('j') | chrome/browser/ui/webui/help/version_updater_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698