Commit cd4ee96c authored by Mohamed Amir Yosef's avatar Mohamed Amir Yosef Committed by Commit Bot

[SafeBrowsing] Update comment on ChromePasswordProtectionService::...

... GetAccountPasswordStore()

Bug: 1119286
Change-Id: I4b81e4d32c61c6487f0787a3d6e4821c9282bef8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416379
Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Reviewed-by: default avatarBettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808120}
parent 220b9d43
...@@ -246,9 +246,9 @@ class ChromePasswordProtectionService : public PasswordProtectionService { ...@@ -246,9 +246,9 @@ class ChromePasswordProtectionService : public PasswordProtectionService {
// Returns the profile PasswordStore associated with this instance. // Returns the profile PasswordStore associated with this instance.
password_manager::PasswordStore* GetProfilePasswordStore() const; password_manager::PasswordStore* GetProfilePasswordStore() const;
// Returns the account PasswordStore associated with this instance. The // Returns the GAIA-account-scoped PasswordStore associated with this
// account password store contains passwords stored in the account and is // instance. The account password store contains passwords stored in the
// accessible only when the user is signed in. // account and is accessible only when the user is signed in and non syncing.
password_manager::PasswordStore* GetAccountPasswordStore() const; password_manager::PasswordStore* GetAccountPasswordStore() const;
// Gets the type of sync account associated with current profile or // Gets the type of sync account associated with current profile or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment