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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1984803002: Separate phishing/SE ads/ SE landing interstitial UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compatible with default cases Created 4 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1f202182661bca6d5444927f5789ec4cfa8a9ea5..57c65e7484bea06f605203d655aa4615e1e155e8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94775,6 +94775,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="malware_subresource"/>
<suffix name="phishing"/>
<suffix name="phishing_subresource"/>
Nathan Parker 2016/05/17 19:23:58 This is splitting phishing* into three (six, reall
Jialiu Lin 2016/05/17 20:32:24 Done.
+ <suffix name="social_engineering_ads"/>
+ <suffix name="social_engineering_ads_subresource"/>
+ <suffix name="social_engineering_landing"/>
+ <suffix name="social_engineering_landing_subresource"/>
<affected-histogram name="interstitial.decision"/>
<affected-histogram name="interstitial.decision.repeat_visit"/>
<affected-histogram name="interstitial.interaction"/>
@@ -94816,6 +94820,27 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram
name="interstitial.phishing_subresource.decision.repeat_visit"/>
<affected-histogram name="interstitial.phishing_subresource.interaction"/>
+ <affected-histogram name="interstitial.social_engineering_ads.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads.decision.repeat_visit"/>
+ <affected-histogram name="interstitial.social_engineering_ads.interaction"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.interaction"/>
+ <affected-histogram name="interstitial.social_engineering_landing.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing.interaction"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.interaction"/>
</histogram_suffixes>
<histogram_suffixes name="SecurityInterstitialSSLType" separator="."

Powered by Google App Engine
This is Rietveld 408576698