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

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

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes 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 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;

Powered by Google App Engine
This is Rietveld 408576698