diff options
Diffstat (limited to 'chrome/browser/first_run_mac.mm')
-rw-r--r-- | chrome/browser/first_run_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run_mac.mm b/chrome/browser/first_run_mac.mm index 23186b9..32ea144 100644 --- a/chrome/browser/first_run_mac.mm +++ b/chrome/browser/first_run_mac.mm @@ -154,7 +154,7 @@ bool FirstRunController::DoFirstRun(Profile* profile, // but display a confirmation dialog before sending a crash report so we // respect a user's privacy while still getting any crashes that might happen // before this point. Then remove the need for that dialog here. - DCHECK(IsCrashReporterDisabled()); + DCHECK(!IsCrashReporterEnabled()); //------------------ Start Temporary Code --------------------- // Migrate old first run format. |