| 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);
|
|
|