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

Unified Diff: chrome/installer/mac/app/NSError+ChromeInstallerAdditions.m

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added use of temporary folders, removed semaphore from main installer code, adjusted some files' APIs, resolved remaining comments Created 4 years, 4 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/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 {

Powered by Google App Engine
This is Rietveld 408576698