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

Unified Diff: chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc

Issue 2911293003: Reland: Cache protected password entry and password on focus ping separately. (Closed)
Patch Set: nit Created 3 years, 6 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: 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 {}

Powered by Google App Engine
This is Rietveld 408576698