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

Unified Diff: components/metrics/proto/system_profile.proto

Issue 2358223002: Add log date to the metrics log (Closed)
Patch Set: Created 4 years, 3 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/metrics/metrics_log_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/system_profile.proto
diff --git a/components/metrics/proto/system_profile.proto b/components/metrics/proto/system_profile.proto
index c116a0a1d1909830675f3e6b3442cae3924b56d0..041c9d4539e083ad66c3d66e4bd4f4469a56861c 100644
--- a/components/metrics/proto/system_profile.proto
+++ b/components/metrics/proto/system_profile.proto
@@ -13,7 +13,7 @@ option java_package = "org.chromium.components.metrics";
package metrics;
-// Next tag: 24
+// Next tag: 25
message SystemProfileProto {
// The time when the client was compiled/linked, in seconds since the epoch.
optional int64 build_timestamp = 1;
@@ -860,4 +860,7 @@ message SystemProfileProto {
optional AntiVirusState product_state = 5;
}
repeated AntiVirusProduct antivirus_product = 23;
+
+ // The time when the log was completed in seconds since the epoch.
+ optional int64 log_date = 24;
Alexei Svitkine (slow) 2016/09/22 20:51:30 So I wasn't thinking we include it in the actual l
}
« no previous file with comments | « components/metrics/metrics_log_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698