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

Unified Diff: chrome/common/crash_keys.cc

Issue 2134623002: service worker: Add crash keys for OnMessageReceived crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crash_key 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
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 3008497da1744a0fdc83d34aa5d0ef5bc358a2a0..e331053d6ca3766efb04d2a60e46d48bcf94a509 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -202,6 +202,10 @@ size_t RegisterChromeCrashKeys() {
// Temporary for https://crbug.com/616149.
{ "existing_extension_pref_value_type", crash_keys::kSmallSize },
+
+ // Temporary for https://crbug.com/625040
+ { "swdh_not_handled_message_type", crash_keys::kMediumSize },
+ { "swdh_not_handled_worker_status", crash_keys::kMediumSize },
};
// This dynamic set of keys is used for sets of key value pairs when gathering
« no previous file with comments | « no previous file | content/browser/service_worker/embedded_worker_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698