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"/> |