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

Unified Diff: chrome/common/crash_keys.cc

Issue 493853002: Keep a copy of page id in RenderViewHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 2352b3af3253fda093de7f9f37656fa55b64790a..a7f0091788652a2a5e31ee1b800753f2721487e8 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -163,6 +163,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.
+ { "url1", kLargeSize },
+ { "url2", kLargeSize },
+ { "id1", kSmallSize },
+ { "id2", kSmallSize },
+ // End http://crbug.com/369661
// media/:
{ "VideoCaptureDeviceQTKit", kSmallSize },
#endif

Powered by Google App Engine
This is Rietveld 408576698