From aafecea4940c28a2bc7af3d94f51a0c068582cd2 Mon Sep 17 00:00:00 2001 From: felt Date: Wed, 29 Jul 2015 09:00:00 -0700 Subject: Move the security interstitial metrics helper into a new component (1) Create components/security_interstitials/ (2) Move the non-Chrome-specific portions of SecurityInterstitialMetricsHelper into the component, as security_interstitials::MetricsHelper (3) Keep the Chrome-specific parts in ChromeSecurityInterstitialMetricsHelper as a subclass (4) Add browser tests to check that UMA histograms are still being recorded BUG=488673,454945 Review URL: https://codereview.chromium.org/1256753002 Cr-Commit-Position: refs/heads/master@{#340894} --- components/components.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index ff7bd7e0..464dfad 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -63,6 +63,7 @@ 'search_engines.gypi', 'search_provider_logos.gypi', 'secure_display.gypi', + 'security_interstitials.gypi', 'sessions.gypi', 'signin.gypi', 'startup_metric_utils.gypi', -- cgit v1.1