| Index: components/crash_keys/crash_keys.h
|
| diff --git a/components/crash_keys/crash_keys.h b/components/crash_keys/crash_keys.h
|
| index c3a1099f5650485067bca02e7a79c901d8eaf492..e42777844e335ef49be09ee0c30eef3c9389d3d5 100644
|
| --- a/components/crash_keys/crash_keys.h
|
| +++ b/components/crash_keys/crash_keys.h
|
| @@ -58,6 +58,9 @@ extern const char kNumVariations[];
|
| // typically set by SetExperimentList.
|
| extern const char kVariations[];
|
|
|
| +// Used to help investigate bug 464926.
|
| +extern const char kBug464926CrashKey[];
|
| +
|
| #if defined(OS_MACOSX)
|
| namespace mac {
|
|
|
|
|