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

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

Issue 619273002: Update SSL.InsecureContent histograms. Adds missing descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update SSL.InsecureContent histograms. Created 6 years, 2 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 c0d34c4b686ed0b246816dfda206fc6493ffc976..55838580bf49e9c93c927195c078475e0ab578c7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33075,10 +33075,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="SSL.InsecureContent" enum="InsecureContentType">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>lgarron@chromium.org</owner>
<summary>
- Keeps track of various insecure content events, such as loading http script
- from an https page.
+ Keeps track of various insecure content events, such as loading an HTTP
+ script from an HTTPS page.
</summary>
</histogram>
@@ -44644,6 +44644,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="21" label="Ran by sites.google.com"/>
<int value="22" label="Displayed by picasaweb.google.com"/>
<int value="23" label="Ran by picasaweb.google.com"/>
+ <int value="24" label="Displayed by google.com/reader/"/>
+ <int value="25" label="Ran by google.com/reader/"/>
+ <int value="26" label="Displayed by code.google.com"/>
+ <int value="27" label="Ran by code.google.com"/>
+ <int value="28" label="Displayed by groups.google.com"/>
+ <int value="29" label="Ran by groups.google.com"/>
+ <int value="30" label="Displayed by maps.google.com"/>
+ <int value="31" label="Ran by maps.google.com"/>
+ <int value="32" label="Displayed by google.com/support/"/>
+ <int value="33" label="Ran by google.com/support/"/>
+ <int value="34" label="Displayed by google.com/intl/"/>
+ <int value="35" label="Ran by google.com/intl/"/>
</enum>
<enum name="InstantControllerEvent" type="int">
« 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