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

Unified Diff: components/password_manager/core/browser/stub_password_manager_client.h

Issue 2929533002: Fill has_password_field for password reuse ping (Closed)
Patch Set: 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: components/password_manager/core/browser/stub_password_manager_client.h
diff --git a/components/password_manager/core/browser/stub_password_manager_client.h b/components/password_manager/core/browser/stub_password_manager_client.h
index 4cfb70ee8b0632e103bf1ee17412765ed1e653e9..01ba67daea7b0464d0f76c0c1c707f8188269f76 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.h
+++ b/components/password_manager/core/browser/stub_password_manager_client.h
@@ -48,8 +48,8 @@ class StubPasswordManagerClient : public PasswordManagerClient {
const override;
void CheckSafeBrowsingReputation(const GURL& form_action,
const GURL& frame_url) override;
- void CheckProtectedPasswordEntry(
- const std::string& password_saved_domain) override;
+ void CheckProtectedPasswordEntry(const std::string& password_saved_domain,
+ bool has_password_field) override;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698