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; |
} |