| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 2934d97886c9de3fa9df75fa6307bb78b852d92d..1a6a772b3de0b1a3e5832b932980cb5cbfa294ad 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -199,6 +199,19 @@ size_t RegisterChromeCrashKeys() {
|
| #endif
|
| { kBug464926CrashKey, kSmallSize },
|
| { kViewCount, kSmallSize },
|
| +
|
| + // Temporary for http://crbug.com/369661
|
| + { "pageid", kSmallSize },
|
| + { "navuniqueid", kSmallSize },
|
| + { "oldindex", kSmallSize },
|
| + { "newindex", kSmallSize },
|
| + { "lastcommittedindex", kSmallSize },
|
| + { "oldurl", kLargeSize },
|
| + { "newurl", kLargeSize },
|
| + { "updatedvalue", kLargeSize },
|
| + { "oldvalue", kLargeSize },
|
| + { "newvalue", kLargeSize },
|
| + // End http://crbug.com/369661
|
| };
|
|
|
| // This dynamic set of keys is used for sets of key value pairs when gathering
|
|
|