| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 60bd26e8e5e50b1ab5ba094433738c59a3e2d14b..03767fe96021e84828d936b4f29d0d07ca4f2cf2 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -126,6 +126,10 @@ extern const char kKaskoEquivalentGuid[];
|
| // Numbers of active views.
|
| extern const char kViewCount[];
|
|
|
| +// TEMPORARY: The encoder/frame details at the time a zero-length encoded frame
|
| +// was encountered. http://crbug.com/519022
|
| +extern const char kZeroEncodeDetails[];
|
| +
|
| } // namespace crash_keys
|
|
|
| #endif // CHROME_COMMON_CRASH_KEYS_H_
|
|
|