Index: chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
diff --git a/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h b/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
index a74509af4c7f127c482a2bd7f2f1a68504711c7b..142a640585ddda04aac9e37ee3b0f3d742b12a56 100644 |
--- a/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
+++ b/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
@@ -9,6 +9,8 @@ |
typedef NSInteger NSModalResponse; |
@interface NSAlert (ChromeInstallerAdditions) |
+// Allows the caller to determine whether to determine the app's quit button was |
+// pressed or not. |
- (NSModalResponse)quitButton; |
Elly Fong-Jones
2016/08/16 15:26:18
This isn't a button. Maybe (NSModalResponse)userRe
Anna Zeng
2016/08/16 23:07:39
Done.
|
@end |