forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstability_data_names.cc
24 lines (20 loc) · 1.03 KB
/
stability_data_names.cc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/browser_watcher/stability_data_names.h"
namespace browser_watcher {
const char kStabilityChannel[] = "channel";
const char kStabilityExecutionPhase[] = "stability-execution-phase";
const char kStabilityKeepAlive[] = "keep-alive";
const char kStabilityPlatform[] = "platform";
const char kStabilityProcessType[] = "ptype";
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 kStabilityRestartAllowed[] = "restart-allowed";
const char kStabilitySpecialBuild[] = "special-build";
const char kStabilityStartTimestamp[] = "start-timestamp";
const char kStabilityVersion[] = "version";
} // namespace browser_watcher