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

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

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved comments, made many minor changes, ready for review! 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/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_

Powered by Google App Engine
This is Rietveld 408576698