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

Side by Side Diff: components/subresource_filter/content/browser/content_activation_list_utils.h

Issue 2733833002: Change logic for recording redirect pattern histograms. (Closed)
Patch Set: fix ios Created 3 years, 9 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_CONTENT_ACTIVATION_LIST_UT ILS_H_
6 #define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_CONTENT_ACTIVATION_LIST_UT ILS_H_
7
8 #include "components/safe_browsing_db/util.h"
9 #include "components/subresource_filter/core/common/activation_list.h"
10
11 namespace subresource_filter {
12
13 ActivationList GetListForThreatTypeAndMetadata(
14 safe_browsing::SBThreatType threat_type,
15 safe_browsing::ThreatPatternType threat_type_metadata);
16
17 } // namespace subresource_filter
18
19 #endif // COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_CONTENT_ACTIVATION_LIST _UTILS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698