From 6d78ae46074968cc7ab3a44b45fdc93941d0f15e Mon Sep 17 00:00:00 2001 From: atanasova Date: Thu, 17 Mar 2016 09:07:01 -0700 Subject: Update FilteringResult UMA to include whitelist information. Add new histogram value for hen a navigation is allowed due to it being part of a whitelist. BUG=595640 Review URL: https://codereview.chromium.org/1810923002 Cr-Commit-Position: refs/heads/master@{#381723} --- tools/metrics/histograms/histograms.xml | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'tools/metrics') diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index db740cc..c140cc4 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -82415,6 +82415,42 @@ To add a new entry, add it with any value and run test to compute valid value. Other navigation; Blocked by global settings + + Link; Allowed by whitelist + + + Typed URL; Allowed by whitelist + + + Bookmark; Allowed by whitelist + + + Subframe navigation; Allowed by whitelist + + + Manual subframe navigation; Allowed by whitelist + + + Generated from Omnibox; Allowed by whitelist + + + Automatic toplevel navigation; Allowed by whitelist + + + Form submission; Allowed by whitelist + + + Reload; Allowed by whitelist + + + Omnibox keyword; Allowed by whitelist + + + URL generated from Omnibox keyword; Allowed by whitelist + + + Other navigation; Allowed by whitelist + -- cgit v1.1