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

Unified Diff: components/safe_browsing/password_protection/password_protection_service.h

Issue 2813063003: Deprecate cache_expression_exact_match (Closed)
Patch Set: refine deprecated field Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: components/safe_browsing/password_protection/password_protection_service.h
diff --git a/components/safe_browsing/password_protection/password_protection_service.h b/components/safe_browsing/password_protection/password_protection_service.h
index 327bace2bc5dc470d1416fcf4d4ced7dcbe56da4..d025871b422679e450cafa36670c967ac4dd6741 100644
--- a/components/safe_browsing/password_protection/password_protection_service.h
+++ b/components/safe_browsing/password_protection/password_protection_service.h
@@ -129,8 +129,6 @@ class PasswordProtectionService : history::HistoryServiceObserver {
FRIEND_TEST_ALL_PREFIXES(PasswordProtectionServiceTest,
TestPathVariantsMatchCacheExpression);
FRIEND_TEST_ALL_PREFIXES(PasswordProtectionServiceTest,
- TestPathMatchCacheExpressionExactly);
- FRIEND_TEST_ALL_PREFIXES(PasswordProtectionServiceTest,
TestCleanUpCachedVerdicts);
// Overridden from history::HistoryServiceObserver.
@@ -152,10 +150,6 @@ class PasswordProtectionService : history::HistoryServiceObserver {
int* out_verdict_received_time,
LoginReputationClientResponse* out_verdict);
- static bool PathMatchCacheExpressionExactly(
- const std::vector<std::string>& generated_paths,
- const std::string& cache_expression_path);
-
static bool PathVariantsMatchCacheExpression(
const std::vector<std::string>& generated_paths,
const std::string& cache_expression_path);
« no previous file with comments | « components/safe_browsing/csd.proto ('k') | components/safe_browsing/password_protection/password_protection_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698