Chromium Code Reviews| 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..550789a5ebdf0b5f8f49690cbe9cf86ae5ac1103 100644 |
| --- a/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
| +++ b/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.h |
| @@ -9,7 +9,9 @@ |
| typedef NSInteger NSModalResponse; |
| @interface NSAlert (ChromeInstallerAdditions) |
| -- (NSModalResponse)quitButton; |
| +// Allows the caller to determine whether to determine the app's quit button was |
| +// pressed or not. |
| +- (NSModalResponse)quitResponse; |
| @end |
| #endif // CHROME_INSTALLER_MAC_APP_NSALERT_CHROMEINSTALLERADDITIONS_H_ |