diff options
Diffstat (limited to 'chrome/browser/google_update.h')
-rw-r--r-- | chrome/browser/google_update.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/google_update.h b/chrome/browser/google_update.h index 6d407c9..5e3d3cb 100644 --- a/chrome/browser/google_update.h +++ b/chrome/browser/google_update.h @@ -72,6 +72,9 @@ enum GoogleUpdateErrorCode { GOOGLE_UPDATE_GET_RESULT_CALL_FAILED, // A call to GetVersionInfo failed. GOOGLE_UPDATE_GET_VERSION_INFO_FAILED, + // An error occurred while upgrading (or while checking for update). + // Check the Google Update log in %TEMP% for more details. + GOOGLE_UPDATE_ERROR_UPDATING, }; // The GoogleUpdateStatusListener interface is used by components to receive |