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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1218583002: metrics: Add dbus interface for GetRandomPerfOutput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check has_ms_after_login() instead of ms_after_login() value Created 5 years, 5 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:
Download patch
« no previous file with comments | « chromeos/dbus/fake_debug_daemon_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 19519a5cbb88a96c4349a6ee3c3d328dff06ba2c..ec732b515cae8edebb67cbc8a123c9089cd5fa23 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57493,7 +57493,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</int>
<int value="5" label="Protobuf returned by debugd not deserialized.">
Perf data was collected and sent to Chrome as a serialized protobuf but it
- could be deserialized by Chrome.
+ could not be deserialized by Chrome.
+ </int>
+ <int value="6" label="Illegal data returned by debugd.">
+ The perf data sent back to Chrome by debugd is invalid.
</int>
</enum>
« no previous file with comments | « chromeos/dbus/fake_debug_daemon_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698