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

Unified Diff: chrome/common/crash_keys.cc

Issue 1613453002: Diagnose RenderFrameImpl::didCommitProvisionalLoad crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix proxy bug 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/renderer/render_frame_impl.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 225430513ff49263b5903affa534e00ee571dc87..3574cccd3589261412ba0356be103e288bda66e1 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -153,6 +153,15 @@ size_t RegisterChromeCrashKeys() {
{ kHungAudioThreadDetails, kSmallSize },
#endif
{ kZeroEncodeDetails, kSmallSize },
+
+ // Temporary for http://crbug.com/575245.
+ { "swapout_frame_id", kSmallSize },
+ { "swapout_proxy_id", kSmallSize },
+ { "swapout_view_id", kSmallSize },
+ { "commit_frame_id", kSmallSize },
+ { "commit_proxy_id", kSmallSize },
+ { "commit_view_id", kSmallSize },
+ { "commit_main_render_frame_id", 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/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698