| 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 396fda51832c56499f590d165e58e42724f463b3..1844bfc3378ae19863d7a901ba58715178df85d5 100644
|
| --- a/chrome/browser/ui/cocoa/first_run_dialog.mm
|
| +++ b/chrome/browser/ui/cocoa/first_run_dialog.mm
|
| @@ -75,8 +75,7 @@ bool ShowFirstRun(Profile* profile) {
|
| // If the dialog asked the user to opt-in for stats and crash reporting,
|
| // record the decision and enable the crash reporter if appropriate.
|
| bool consent_given = [dialog.get() statsEnabled];
|
| - InitiateMetricsReportingChange(consent_given,
|
| - OnMetricsReportingCallbackType());
|
| + ChangeMetricsReportingState(consent_given);
|
|
|
| // If selected set as default browser.
|
| BOOL make_default_browser = [dialog.get() makeDefaultBrowser];
|
|
|