summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorfelt <felt@chromium.org>2015-07-29 09:00:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-29 16:00:39 +0000
commitaafecea4940c28a2bc7af3d94f51a0c068582cd2 (patch)
tree6b715e36ab73aa839a409e6044f690eca99872d8 /components/components.gyp
parent56f81e32556d513af513eac0710f2e85877ffa3b (diff)
downloadchromium_src-aafecea4940c28a2bc7af3d94f51a0c068582cd2.zip
chromium_src-aafecea4940c28a2bc7af3d94f51a0c068582cd2.tar.gz
chromium_src-aafecea4940c28a2bc7af3d94f51a0c068582cd2.tar.bz2
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}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
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',