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

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

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: address nparker's comments 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/password_reuse_detector_consumer.h
diff --git a/components/password_manager/core/browser/password_reuse_detector_consumer.h b/components/password_manager/core/browser/password_reuse_detector_consumer.h
index b621b777e4fa024255dded6d761721c11b1a6d6c..fb6dc8c817aea22cf472e3199515816c8beac662 100644
--- a/components/password_manager/core/browser/password_reuse_detector_consumer.h
+++ b/components/password_manager/core/browser/password_reuse_detector_consumer.h
@@ -21,8 +21,8 @@ class PasswordReuseDetectorConsumer
virtual ~PasswordReuseDetectorConsumer();
// Called when a password reuse is found.
- // |legitimate_domain| is the domain on which |password| is saved or the sync
- // domain if |password| is a sync password.
+ // |legitimate_domain| is the domain on which |password| is saved or
+ // safe_browsing::kChromeSyncDomain if |password| is a sync password.
// |saved_passwords| is total number of passwords stored in Password Manager.
// |number_matches| is a number of sites on which |password| is saved.
virtual void OnReuseFound(const base::string16& password,

Powered by Google App Engine
This is Rietveld 408576698