| Index: chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m
|
| diff --git a/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m b/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m
|
| index 4cb23edcbdbf20baab53be63afcd4063c8fbc110..701895dda98d96c3a5851f29c88be8b235d66863 100644
|
| --- a/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m
|
| +++ b/chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m
|
| @@ -5,8 +5,6 @@
|
| #import "NSError+ChromeInstallerAdditions.h"
|
|
|
| @implementation 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 {
|
|
|