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