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

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: Added use of temporary folders, removed semaphore from main installer code, adjusted some files' APIs, resolved remaining comments 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..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

Powered by Google App Engine
This is Rietveld 408576698