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

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

Issue 2917883002: Do not fire multiple password reuse events for the same page. (Closed)
Patch Set: comment fixes 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
« no previous file with comments | « no previous file | components/password_manager/core/browser/password_reuse_detection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_reuse_detection_manager.h
diff --git a/components/password_manager/core/browser/password_reuse_detection_manager.h b/components/password_manager/core/browser/password_reuse_detection_manager.h
index f6e1fd4f3314fe1cfb4bfa08be10c972e3b60844..bad3370f7628dc502b48ac5f18baa552c7f4e572 100644
--- a/components/password_manager/core/browser/password_reuse_detection_manager.h
+++ b/components/password_manager/core/browser/password_reuse_detection_manager.h
@@ -44,6 +44,7 @@ class PasswordReuseDetectionManager : public PasswordReuseDetectorConsumer {
base::Time last_keystroke_time_;
// Used to retrieve the current time, in base::Time units.
std::unique_ptr<base::Clock> clock_;
+ bool reuse_on_this_page_was_found_ = false;
DISALLOW_COPY_AND_ASSIGN(PasswordReuseDetectionManager);
};
« no previous file with comments | « no previous file | components/password_manager/core/browser/password_reuse_detection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698