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

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

Issue 2929533002: Fill has_password_field for password reuse ping (Closed)
Patch Set: fix broken test due to rebase 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..e7670c2cdd46188b7b79f9595c8d6cdd24e92f96 100644
--- a/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc
@@ -134,7 +134,7 @@ class ChromePasswordProtectionServiceTest
void InitializeRequest(LoginReputationClientRequest::TriggerType type) {
request_ = new PasswordProtectionRequest(web_contents(), GURL(kPhishingURL),
GURL(), GURL(), std::string(),
- type, service_.get(), 0);
+ type, true, service_.get(), 0);
}
void InitializeVerdict(LoginReputationClientResponse::VerdictType type) {

Powered by Google App Engine
This is Rietveld 408576698