| 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 20c32141b5525a0fa08f728bc4c8ab9aa071dd70..0225d60733fbf0b89f1a43e0bfc2b52ee7dede47 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service.h
|
| +++ b/components/safe_browsing/password_protection/password_protection_service.h
|
| @@ -80,6 +80,7 @@ class PasswordProtectionService : public history::HistoryServiceObserver {
|
| void StartRequest(const GURL& main_frame_url,
|
| const GURL& password_form_action,
|
| const GURL& password_form_frame_url,
|
| + const std::string& legitimate_domain,
|
| LoginReputationClientRequest::TriggerType type);
|
|
|
| virtual void MaybeStartLowReputationRequest(
|
| @@ -87,6 +88,10 @@ class PasswordProtectionService : public history::HistoryServiceObserver {
|
| const GURL& password_form_action,
|
| const GURL& password_form_frame_url);
|
|
|
| + virtual void MaybeStartProtectedPasswordEntryRequest(
|
| + const GURL& main_frame_url,
|
| + const std::string& legitimate_domain);
|
| +
|
| scoped_refptr<SafeBrowsingDatabaseManager> database_manager();
|
|
|
| protected:
|
|
|