| 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 1cdc08c3a180e95a7f52573436119f00e7c3a2e5..5c98df998ece2b9bf8c3d27ab535ac43c705047a 100644
|
| --- a/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h
|
| +++ b/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.h
|
| @@ -8,8 +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.
|
| +// Creates a custom error object to be used to create an alert to be shown to
|
| +// the user.
|
| + (NSError*)errorForAlerts:(NSString*)message
|
| withDescription:(NSString*)description
|
| isRecoverable:(BOOL)recoverable;
|
|
|