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

Unified Diff: components/safe_browsing/password_protection/password_protection_service.h

Issue 2878813002: Trigger protected password entry request on password reuse event. (Closed)
Patch Set: nit Created 3 years, 7 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: 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:

Powered by Google App Engine
This is Rietveld 408576698