Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: components/crash/content/app/breakpad_linux.h

Issue 2086483006: Dump process type into breakpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change the process names Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..a4282cef0ac420f3b1ba714e71ab763717358af8 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 kWebViewBrowserProcessType[] = "browser";
+
// Enables the crash reporter in child processes.
extern void InitNonBrowserCrashReporterForAndroid(
const std::string& process_type);

Powered by Google App Engine
This is Rietveld 408576698