| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 44031fe11719c572a211ecc534f1338a6ec4b07c..f198badf61e3271be9e8434ae95c0f134f566c64 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6016,6 +6016,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.AdInjection.AdType" enum="InjectedAdType">
|
| + <owner>felt@chromium.org</owner>
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>The type of ad that was injected.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Extensions.AdInjection.InstallLocation"
|
| + enum="ExtensionLocation">
|
| + <owner>felt@chromium.org</owner>
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + The install location of an ad-injecting extension. Recorded upon page close
|
| + for any extension that injected ads on that page.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.AllocatePortIdPairOverflow">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <summary>
|
| @@ -36594,6 +36610,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="3" label="InfoBar dismissed by clicking the 'X'"/>
|
| </enum>
|
|
|
| +<enum name="InjectedAdType" type="int">
|
| + <int value="0" label="Invalid"/>
|
| + <int value="1" label="IFrame"/>
|
| + <int value="2" label="Embed"/>
|
| + <int value="3" label="Anchor"/>
|
| +</enum>
|
| +
|
| <enum name="InstantControllerEvent" type="int">
|
| <int value="0" label="URL_ADDED_TO_BLACKLIST"/>
|
| <int value="1" label="URL_REMOVED_FROM_BLACKLIST"/>
|
|
|