Chromium Code Reviews| Index: chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
| diff --git a/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc b/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
| index 348c10c57ec08215e08d782b22efcc44833b8879..72c707a77d4a6b4b4166da4b7a8887553c44591d 100644 |
| --- a/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
| +++ b/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
| @@ -75,6 +75,7 @@ class MockChromePasswordProtectionService |
| } |
| void CacheVerdict(const GURL& url, |
| + LoginReputationClientRequest::TriggerType type, |
|
lpz
2017/06/08 15:18:33
nit: verdict_type or trigger_type?
Jialiu Lin
2017/06/08 20:47:30
Changed to trigger_type.
|
| LoginReputationClientResponse* verdict, |
| const base::Time& receive_time) override {} |