| 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 b227065d520f4dc8b2e9111cd562dcbdd86a8a02..27be25b3e12a43b2e72b4a16ca4a20297653c2d6 100644
|
| --- a/components/browser_watcher/stability_data_names.cc
|
| +++ b/components/browser_watcher/stability_data_names.cc
|
| @@ -7,6 +7,7 @@
|
| namespace browser_watcher {
|
|
|
| const char kStabilityChannel[] = "channel";
|
| +const char kStabilityExecutionPhase[] = "stability-execution-phase";
|
| const char kStabilityPlatform[] = "platform";
|
| const char kStabilityProduct[] = "product";
|
| const char kStabilitySpecialBuild[] = "special-build";
|
|
|