Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: components/browser_watcher/stability_data_names.cc

Issue 2861223003: Record keep alive registry's state in stability instrumentation (Closed)
Patch Set: Lighten ifdef comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/browser_watcher/stability_data_names.h ('k') | components/browser_watcher/stability_debugging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63341220516de63b7e77129e52e166109e037149..98efb8cfa0138fa78fee4e83f344c9fd0713c67d 100644
--- a/components/browser_watcher/stability_data_names.cc
+++ b/components/browser_watcher/stability_data_names.cc
@@ -8,12 +8,14 @@ namespace browser_watcher {
const char kStabilityChannel[] = "channel";
const char kStabilityExecutionPhase[] = "stability-execution-phase";
+const char kStabilityKeepAlive[] = "keep-alive";
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 kStabilityRestartAllowed[] = "restart-allowed";
const char kStabilitySpecialBuild[] = "special-build";
const char kStabilityStartTimestamp[] = "start-timestamp";
const char kStabilityVersion[] = "version";
« no previous file with comments | « components/browser_watcher/stability_data_names.h ('k') | components/browser_watcher/stability_debugging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698