Commit b2086360 authored by zeuthen@chromium.org's avatar zeuthen@chromium.org

Add Installer.InstallDateProvisioningSource metric.

This metric was added to update_engine to track how the
install-date-days variable is calculated.

BUG=chromium:336838
TEST=Validated the xml, pretty print succeeded.

Review URL: https://codereview.chromium.org/166483007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252110 0039d316-1c4b-4281-b951-d872f2087c98
parent 49e2a202
......@@ -6062,6 +6062,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
upgrading to a version with install-date-days support.
</summary>
</histogram>
<histogram name="Installer.NormalErrorCodes" enum="UpdateEngineErrorCode">
<summary>
Errors from update_engine process when running in normal mode.
......@@ -32528,6 +32537,11 @@ other types of suffix sets.
<int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/>
</enum>
<enum name="UpdateEngineInstallDateProvisioningSource" type="int">
<int value="0" label="Omaha Response"/>
<int value="1" label="OOBE Marker"/>
</enum>
<enum name="UpdateEnginePayloadFormat" type="int">
<int value="0" label="Full"/>
<int value="1" label="Delta"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment