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 8f73127c80f6ce70b384a3f37ae8ff9162464131..3316fa0cbe6c146c601b8a3b869963d9c554b5e7 100644 |
--- a/components/crash/content/app/breakpad_linux.h |
+++ b/components/crash/content/app/breakpad_linux.h |
@@ -17,6 +17,10 @@ namespace breakpad { |
extern void InitCrashReporter(const std::string& process_type); |
#if defined(OS_ANDROID) |
+ |
+const char kWebViewSingleProcessType[] = "webview"; |
+const char kBrowserProcessType[] = "browser"; |
+ |
// Enables the crash reporter in child processes. |
extern void InitNonBrowserCrashReporterForAndroid( |
const std::string& process_type); |