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

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

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DMG to build file 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.m
diff --git a/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.m b/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.m
index ff92d2f9332d515c349c1da3f5500dcdf92f3a15..dc582477ae146e04b9e46efb95a62215cfcaa692 100644
--- a/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.m
+++ b/chrome/installer/mac/app/NSAlert+ChromeInstallerAdditions.m
@@ -8,7 +8,7 @@
// In the one-button scenario, the button would be just "Quit." In the
// two-button scenario, the first button would allow the user to "Retry" and
// the second button would provide the "Quit" option.
-- (NSModalResponse)quitButton {
+- (NSModalResponse)quitResponse {
return ([[self buttons] count] == 1) ? NSAlertFirstButtonReturn
: NSAlertSecondButtonReturn;
}

Powered by Google App Engine
This is Rietveld 408576698