| Index: components/crash/core/common/crash_keys.cc
|
| diff --git a/components/crash/core/common/crash_keys.cc b/components/crash/core/common/crash_keys.cc
|
| index 6c2d3828deee3ad3c6096a0f31431d026c476275..e995d6885ac7169ee8b51935784d130dcc22727e 100644
|
| --- a/components/crash/core/common/crash_keys.cc
|
| +++ b/components/crash/core/common/crash_keys.cc
|
| @@ -37,6 +37,8 @@ const char kChannel[] = "channel";
|
| const char kNumVariations[] = "num-experiments";
|
| const char kVariations[] = "variations";
|
|
|
| +const char kLogFatal[] = "LOG_FATAL";
|
| +
|
| const char kSwitchFormat[] = "switch-%" PRIuS;
|
| const char kNumSwitches[] = "num-switches";
|
|
|
|
|