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

Unified Diff: chromecast/crash/cast_crash_keys.cc

Issue 2627723004: ServiceWorker: adding a crash key to check if a new process is launched (Closed)
Patch Set: Don't record is_new_process when process hasn't been allocated Created 3 years, 11 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
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/browser/service_worker/embedded_worker_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_keys.cc
diff --git a/chromecast/crash/cast_crash_keys.cc b/chromecast/crash/cast_crash_keys.cc
index 991ced92efb9574ddcd61ea6252a0b4e4320cf05..72db754e153e3b16dba88176f1c9cf4007f0cda7 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -108,6 +108,8 @@ size_t RegisterCastCrashKeys() {
// Temporary for https://crbug.com/668633.
{ "swdh_set_hosted_version_worker_pid", kSmallSize },
{ "swdh_set_hosted_version_host_pid", kSmallSize },
+ { "swdh_set_hosted_version_is_new_process", kSmallSize },
+ { "swdh_set_hosted_version_restart_count", kSmallSize },
};
return base::debug::InitCrashKeys(fixed_keys, arraysize(fixed_keys),
« no previous file with comments | « chrome/common/crash_keys.cc ('k') | content/browser/service_worker/embedded_worker_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698