| Index: components/password_manager/core/browser/login_database.h
|
| diff --git a/components/password_manager/core/browser/login_database.h b/components/password_manager/core/browser/login_database.h
|
| index 96257e7eae4325d17d514639ba03a743f115a581..27f449b75065fdb6dbad9f644fb492da0deb4445 100644
|
| --- a/components/password_manager/core/browser/login_database.h
|
| +++ b/components/password_manager/core/browser/login_database.h
|
| @@ -86,6 +86,9 @@ class LoginDatabase {
|
| base::Time end,
|
| ScopedVector<autofill::PasswordForm>* forms) const WARN_UNUSED_RESULT;
|
|
|
| + // Gets the count of all logins.
|
| + int GetCountOfLogins() const;
|
| +
|
| // Gets all logins synced from |begin| onwards (inclusive) and before |end|.
|
| // You may use a null Time value to do an unbounded search in either
|
| // direction.
|
|
|