| Index: chrome/common/crash_keys.cc
|
| diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
|
| index ddf5c316195417a63ea8ff959f333bee6b2c87fa..d172c464eefb4d0225c274f214e3939a65347498 100644
|
| --- a/chrome/common/crash_keys.cc
|
| +++ b/chrome/common/crash_keys.cc
|
| @@ -101,12 +101,6 @@ const char kKaskoGuid[] = "kasko-guid";
|
| const char kKaskoEquivalentGuid[] = "kasko-equivalent-guid";
|
| #endif
|
|
|
| -// Used to help investigate bug 464926. NOTE: This value is defined multiple
|
| -// places in the codebase due to layering issues. DO NOT change the value here
|
| -// without changing it in all other places that it is defined in the codebase
|
| -// (search for |kBug464926CrashKey|).
|
| -const char kBug464926CrashKey[] = "bug-464926-info";
|
| -
|
| const char kViewCount[] = "view-count";
|
|
|
| size_t RegisterChromeCrashKeys() {
|
|
|