| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 3f40ff56880f4a083b44fd40ceae2667717e10d7..b7513929240b28931ec13494c23596fb36fa65da 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -157,6 +157,9 @@ extern const char kKaskoGuid[];
|
| extern const char kKaskoEquivalentGuid[];
|
| #endif
|
|
|
| +// Used to help investigate bug 464926.
|
| +extern const char kBug464926CrashKey[];
|
| +
|
| } // namespace crash_keys
|
|
|
| #endif // CHROME_COMMON_CRASH_KEYS_H_
|
|
|