| Index: components/browser_watcher/stability_data_names.cc
|
| diff --git a/components/browser_watcher/stability_data_names.cc b/components/browser_watcher/stability_data_names.cc
|
| index 27be25b3e12a43b2e72b4a16ca4a20297653c2d6..d1a3eedbbdd25ebb5369232d6cc0671f6658d393 100644
|
| --- a/components/browser_watcher/stability_data_names.cc
|
| +++ b/components/browser_watcher/stability_data_names.cc
|
| @@ -10,6 +10,10 @@ const char kStabilityChannel[] = "channel";
|
| const char kStabilityExecutionPhase[] = "stability-execution-phase";
|
| const char kStabilityPlatform[] = "platform";
|
| const char kStabilityProduct[] = "product";
|
| +const char kStabilityReporterChannel[] = "reporter-channel";
|
| +const char kStabilityReporterPlatform[] = "reporter-platform";
|
| +const char kStabilityReporterProduct[] = "reporter-product";
|
| +const char kStabilityReporterVersion[] = "reporter-version";
|
| const char kStabilitySpecialBuild[] = "special-build";
|
| const char kStabilityVersion[] = "version";
|
|
|
|
|