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 |