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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.cc

Issue 2252153002: Add crash keys to capture useful data for origin mismatch crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register crash keys. Created 4 years, 4 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 | « blimp/engine/app/blimp_engine_crash_keys.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_crash_reporter_client_win.cc
diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
index 5fbfce13415bcee640ba8f0e789a04c26fd35c72..d57f685c442301f7cd490b8a03c3050fd0c5eb89 100644
--- a/chrome/app/chrome_crash_reporter_client_win.cc
+++ b/chrome/app/chrome_crash_reporter_client_win.cc
@@ -138,6 +138,13 @@ size_t RegisterCrashKeysHelper() {
{"initrf_root_process_is_live", kSmallSize},
{"initrf_root_proxy_is_live", kSmallSize},
+ // Temporary for https://crbug.com/630103.
+ { "origin_mismatch_url", crash_keys::kLargeSize },
+ { "origin_mismatch_origin", crash_keys::kMediumSize },
+ { "origin_mismatch_transition", crash_keys::kSmallSize },
+ { "origin_mismatch_redirects", crash_keys::kSmallSize },
+ { "origin_mismatch_same_page", crash_keys::kSmallSize },
+
// Temporary for https://crbug.com/612711.
{"aci_wrong_sp_extension_id", kSmallSize},
« no previous file with comments | « blimp/engine/app/blimp_engine_crash_keys.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698