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

Unified Diff: chrome/common/crash_keys.cc

Issue 1656603002: Diagnose renderer-side crash with browser-side stack trace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | content/browser/frame_host/render_frame_host_manager.cc » ('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 c0fc4f3e664446ccd88ff702bdab4bcec82697d0..75fcfda11dc83c7e230a0b36044232606d512452 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -169,6 +169,11 @@ size_t RegisterChromeCrashKeys() {
{ "rvinit_view_id", kSmallSize },
{ "rvinit_proxy_id", kSmallSize },
{ "rvinit_main_frame_id", kSmallSize },
+ { "initrf_frame_id", kSmallSize },
+ { "initrf_proxy_id", kSmallSize },
+ { "initrf_view_id", kSmallSize },
+ { "initrf_main_frame_id", kSmallSize },
+ { "initrf_view_is_live", kSmallSize },
};
// 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/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698