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

Unified Diff: chrome/common/crash_keys.cc

Issue 609943002: Ensure that the browser’s copy of page id is in sync with the renderer’s. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 09f7e198d6193a5bf7243e10b9f82c9952369782..b014d1c290b35332398df367936fa4158c2814ae 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -166,6 +166,13 @@ size_t RegisterChromeCrashKeys() {
{ "channel_error_bt", kMediumSize },
{ "remove_route_bt", kMediumSize },
{ "rwhvm_window", kMediumSize },
+ // The following keys are for diagnosing crashes in http://crbug.com/369661.
+ // They will not be permanent.
+ { "renderer_id", kSmallSize },
+ { "browser_id", kSmallSize },
+ { "quick_discard", kSmallSize },
+ { "is_last_committed_entry", kSmallSize },
+ // End http://crbug.com/369661
// media/:
{ "VideoCaptureDeviceQTKit", kSmallSize },
#endif

Powered by Google App Engine
This is Rietveld 408576698