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

Unified Diff: components/browser_watcher/stability_data_names.h

Issue 2685053003: Switch stability reports to use the crashed version's details (Closed)
Patch Set: Merge Created 3 years, 10 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
Index: components/browser_watcher/stability_data_names.h
diff --git a/components/browser_watcher/stability_data_names.h b/components/browser_watcher/stability_data_names.h
index 9143811a3f55c79a1d45c74f13bfb4006473feea..1bf1f89a37956e3928c21f8e630388211cd78296 100644
--- a/components/browser_watcher/stability_data_names.h
+++ b/components/browser_watcher/stability_data_names.h
@@ -12,6 +12,10 @@ extern const char kStabilityChannel[];
extern const char kStabilityExecutionPhase[];
extern const char kStabilityPlatform[];
extern const char kStabilityProduct[];
+extern const char kStabilityReporterChannel[];
+extern const char kStabilityReporterPlatform[];
+extern const char kStabilityReporterProduct[];
+extern const char kStabilityReporterVersion[];
extern const char kStabilitySpecialBuild[];
extern const char kStabilityVersion[];
« no previous file with comments | « components/browser_watcher/postmortem_report_collector_unittest.cc ('k') | components/browser_watcher/stability_data_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698