| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 09f7e198d6193a5bf7243e10b9f82c9952369782..a5ad0f95b25c3cef6cffee4290cf0c252f2dd47d 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.
|
| + { "url1", kLargeSize },
|
| + { "url2", kLargeSize },
|
| + { "id1", kSmallSize },
|
| + { "id2", kSmallSize },
|
| + // End http://crbug.com/369661
|
| // media/:
|
| { "VideoCaptureDeviceQTKit", kSmallSize },
|
| #endif
|
|
|