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

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

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DMG to build file 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.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;

Powered by Google App Engine
This is Rietveld 408576698