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

Unified Diff: chrome/common/crash_keys.cc

Issue 2696193006: Use ScopedCrashKey for RendererDidNavigate crash dumps (Closed)
Patch Set: revert unrelated 'git cl format' changes Created 3 years, 10 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
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index e57c9a806903ede90b843b1f7c359bd6b59f1f9a..e59335666d8189340cc0be41a23b9e70bbc5613e 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -249,6 +249,10 @@ size_t RegisterChromeCrashKeys() {
{ "swdh_set_hosted_version_host_pid", crash_keys::kSmallSize },
{ "swdh_set_hosted_version_is_new_process", crash_keys::kSmallSize },
{ "swdh_set_hosted_version_restart_count", crash_keys::kSmallSize },
+
+ // Temporary for https://crbug.com/688425
+ { "navigation_controller_impl_renderer_did_navigate",
+ crash_keys::kLargeSize },
};
// This dynamic set of keys is used for sets of key value pairs when gathering
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_win.cc ('k') | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698