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

Unified Diff: components/browser_watcher/stability_report.proto

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
« no previous file with comments | « components/browser_watcher/stability_data_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/stability_report.proto
diff --git a/components/browser_watcher/stability_report.proto b/components/browser_watcher/stability_report.proto
index 72c8fc20c1bb15452276888be525d1d8eda3b061..7f20f7d5841c9aba8050ca69bde7372ab51a42ee 100644
--- a/components/browser_watcher/stability_report.proto
+++ b/components/browser_watcher/stability_report.proto
@@ -78,7 +78,7 @@ message TypedValue {
}
// An activity represents information about something of interest on a thread.
-// Next id: 10
+// Next id: 11
message Activity {
enum Type {
UNKNOWN = 0;
@@ -116,6 +116,8 @@ message Activity {
// A unique identifier for a process.
optional int64 process_id = 8;
+ // Tag id 10 is reserved for server side augmentation.
+
// A key-value store.
map<string, TypedValue> user_data = 9;
}
« no previous file with comments | « components/browser_watcher/stability_data_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698