| Index: android_webview/crash_reporter/aw_microdump_crash_reporter.h | 
| diff --git a/android_webview/crash_reporter/aw_microdump_crash_reporter.h b/android_webview/crash_reporter/aw_microdump_crash_reporter.h | 
| index 067363f7095b5ea27f7d802e469cfdcde9322435..ae567a8aecac24b5cea5e2dbfb223ac1b26f236c 100644 | 
| --- a/android_webview/crash_reporter/aw_microdump_crash_reporter.h | 
| +++ b/android_webview/crash_reporter/aw_microdump_crash_reporter.h | 
| @@ -10,7 +10,7 @@ | 
| namespace android_webview { | 
| namespace crash_reporter { | 
|  | 
| -void EnableMicrodumpCrashReporter(); | 
| +void EnableMicrodumpCrashReporter(const std::string& process_type); | 
| void AddGpuFingerprintToMicrodumpCrashHandler( | 
| const std::string& gpu_fingerprint); | 
| bool DumpWithoutCrashingToFd(int fd); | 
|  |