Index: chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h |
diff --git a/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h b/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h |
index 8a9bef7c43f1b0939f610d1392ed419672d43cbe..1cdc08c3a180e95a7f52573436119f00e7c3a2e5 100644 |
--- a/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h |
+++ b/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h |
@@ -8,6 +8,8 @@ |
#import <Foundation/Foundation.h> |
@interface NSError (ChromeInstallerAdditions) |
+// Creates a custom error object to be used as the popup alert that the user |
+// will be shown. |
+ (NSError*)errorForAlerts:(NSString*)message |
withDescription:(NSString*)description |
isRecoverable:(BOOL)recoverable; |