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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 166483007: Add Installer.InstallDateProvisioningSource metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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:
Download patch
« no previous file with comments | « no previous file | 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 34974cf587c29f28ada5108773eaba27ac7eaa34..be3e2b508d2282671d7e4384f35de4114a720bab 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6027,6 +6027,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Installer.InstallDateProvisioningSource"
+ enum="UpdateEngineInstallDateProvisioningSource">
+ <summary>
+ The source used to provision the install-date-days value sent to Omaha with
+ every request. This is reported when OOBE completes (M34 or later) or when
+ uprading to a version with install-date-days support.
Ilya Sherman 2014/02/14 23:09:58 nit: "uprading" -> "upgrading"
zeuthen 2014/02/14 23:24:56 Done.
+ </summary>
+</histogram>
+
<histogram name="Installer.NormalErrorCodes" enum="UpdateEngineErrorCode">
<summary>
Errors from update_engine process when running in normal mode.
@@ -32425,6 +32434,11 @@ other types of suffix sets.
<int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/>
</enum>
+<enum name="UpdateEngineInstallDateProvisioningSource" type="int">
+ <int value="0" label="kProvisionedFromOmahaResponse"/>
+ <int value="1" label="kProvisionedFromOOBEMarker"/>
Ilya Sherman 2014/02/14 23:09:58 nit: These labels are intended to be read by human
zeuthen 2014/02/14 23:24:56 Done.
+</enum>
+
<enum name="UpdateEnginePayloadFormat" type="int">
<int value="0" label="Full"/>
<int value="1" label="Delta"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698