Chromium Code Reviews| Index: chrome/browser/ui/cocoa/first_run_dialog.mm |
| diff --git a/chrome/browser/ui/cocoa/first_run_dialog.mm b/chrome/browser/ui/cocoa/first_run_dialog.mm |
| index 8ec5ce268762a2557a69e9468b0b4c00640b10bd..0aaf0971b60588053a95433719b84636d1ece6ec 100644 |
| --- a/chrome/browser/ui/cocoa/first_run_dialog.mm |
| +++ b/chrome/browser/ui/cocoa/first_run_dialog.mm |
| @@ -159,7 +159,8 @@ void ShowFirstRunDialog(Profile* profile) { |
| ofType:@"nib"]; |
| if ((self = [super initWithWindowNibPath:nibpath owner:self])) { |
| // Bound to the dialog checkboxes. |
| - makeDefaultBrowser_ = ShellIntegration::CanSetAsDefaultBrowser(); |
| + makeDefaultBrowser_ = ShellIntegration::CHANGE_DEFAULT_NOT_ALLOWED != |
|
grt (UTC plus 2)
2012/05/25 20:27:38
flip
motek.
2012/05/28 17:40:33
Done.
|
| + ShellIntegration::CanSetAsDefaultBrowser(); |
| statsEnabled_ = StatsCheckboxDefault(); |
| } |
| return self; |