Chromium Code Reviews| Index: components/crash/content/browser/crash_dump_manager_android.cc |
| diff --git a/components/crash/content/browser/crash_dump_manager_android.cc b/components/crash/content/browser/crash_dump_manager_android.cc |
| index 97091d9c0091944671ce90cd644abc3cf85c07ea..a9b41f94eac37d1e7c6a9bade3894250b32be01f 100644 |
| --- a/components/crash/content/browser/crash_dump_manager_android.cc |
| +++ b/components/crash/content/browser/crash_dump_manager_android.cc |
| @@ -39,8 +39,8 @@ void CrashDumpManager::OnChildStart(int child_process_id, |
| content::FileDescriptorInfo* mappings) { |
| DCHECK_CURRENTLY_ON(BrowserThread::PROCESS_LAUNCHER); |
| - //if (!breakpad::IsCrashReporterEnabled()) |
|
Lei Zhang
2016/09/01 23:17:58
Whoa, what happened here? Do we need to merge this
boliu
2016/09/01 23:26:18
yes, definitely needs to be merged
|
| - // return; |
| + if (!breakpad::IsCrashReporterEnabled()) |
| + return; |
| base::FilePath minidump_path; |
| if (!base::CreateTemporaryFile(&minidump_path)) { |