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

Unified Diff: chrome/browser/mac/keystone_registration.mm

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: Code review feedback pt3 + error message l10n 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/mac/keystone_registration.mm
diff --git a/chrome/browser/mac/keystone_registration.mm b/chrome/browser/mac/keystone_registration.mm
index 82e26599cd50de8fbb426d3b9a05c677d461ef69..4ff70c35d73c8de1f48d199e96d7ce4ec253f84e 100644
--- a/chrome/browser/mac/keystone_registration.mm
+++ b/chrome/browser/mac/keystone_registration.mm
@@ -31,6 +31,8 @@ NSString* KSRegistrationCheckForUpdateNotification =
@"KSRegistrationCheckForUpdateNotification";
NSString* KSRegistrationStatusKey = @"Status";
NSString* KSRegistrationUpdateCheckErrorKey = @"Error";
+NSString* KSRegistrationUpdateCheckRawResultsKey = @"RawResults";
+NSString* KSRegistrationUpdateCheckRawErrorMessagesKey = @"RawErrorMessages";
NSString* KSRegistrationStartUpdateNotification =
@"KSRegistrationStartUpdateNotification";

Powered by Google App Engine
This is Rietveld 408576698