| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index 414b3f60a1f9460c47ef074b29dabcf25d520355..06e262fb6a75255dbb957aaff37a04cefee72369 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -146,19 +146,6 @@
|
| { kBug464926CrashKey, kSmallSize },
|
| { kViewCount, kSmallSize },
|
| { kZeroEncodeDetails, 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
|
|
|