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

Unified Diff: chromecast/crash/cast_crash_keys.cc

Issue 2560873004: ServiceWorker: add crash keys for debugging of IPCs and remove old keys (Closed)
Patch Set: Created 4 years 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/service_worker_dispatcher_host.cc » ('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 a7ea35963671c8b4decfc9b6d1c647a2981b641a..4530b3c4664aaf11ccf59abeca2b7b60741321f4 100644
--- a/chromecast/crash/cast_crash_keys.cc
+++ b/chromecast/crash/cast_crash_keys.cc
@@ -110,14 +110,13 @@ size_t RegisterCastCrashKeys() {
{ "swdh_register_cannot_scope_url", kLargeSize },
{ "swdh_register_cannot_script_url", kLargeSize },
- // Temporary for https://crbug.com/619294.
- { "swdh_unregister_cannot_host_url", kLargeSize },
- { "swdh_unregister_cannot_scope_url", kLargeSize },
-
// Temporary for https://crbug.com/630496.
{ "swdh_get_registration_cannot_host_url", kLargeSize },
{ "swdh_get_registration_cannot_document_url", kLargeSize },
+ // Temporary for https://crbug.com/668633.
+ { "swdh_set_hosted_version_worker_pid", kSmallSize },
+ { "swdh_set_hosted_version_host_pid", 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/service_worker_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698