 Chromium Code Reviews
 Chromium Code Reviews Issue 1518913002:
  [Android WebView] Update microdump generation for sandboxed renderers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1518913002:
  [Android WebView] Update microdump generation for sandboxed renderers  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/crash/content/app/breakpad_linux.h | 
| diff --git a/components/crash/content/app/breakpad_linux.h b/components/crash/content/app/breakpad_linux.h | 
| index 1d849eb3222e7a2525c5471d6f7ca83c4dfb4199..ea6211df53058ba47e0a179b6011e02a16058401 100644 | 
| --- a/components/crash/content/app/breakpad_linux.h | 
| +++ b/components/crash/content/app/breakpad_linux.h | 
| @@ -16,11 +16,15 @@ namespace breakpad { | 
| // Turns on the crash reporter in any process. | 
| extern void InitCrashReporter(const std::string& process_type); | 
| -// Enables the crash reporter in child processes. | 
| #if defined(OS_ANDROID) | 
| +// Enables the crash reporter in child processes. | 
| extern void InitNonBrowserCrashReporterForAndroid( | 
| const std::string& process_type); | 
| +// Enables *micro*dump only. Can be calleed from any process. | 
| 
Torne
2015/12/11 15:41:41
typo: calleed
 
mnaganov (inactive)
2015/12/11 16:21:04
Done.
 | 
| +extern void InitMicrodumpCrashHandlerIfNecessary( | 
| + const std::string& process_type); | 
| + | 
| extern void AddGpuFingerprintToMicrodumpCrashHandler( | 
| const std::string& gpu_fingerprint); | 
| #endif |