Chromium Code Reviews| Index: chrome/browser/signin/local_auth.h |
| diff --git a/chrome/browser/signin/local_auth.h b/chrome/browser/signin/local_auth.h |
| index 2342a8142a2da6591238c44e2bba0a85401cd6b0..3e5ca06ae8a77ccbc433a4e5755765cdbde95d46 100644 |
| --- a/chrome/browser/signin/local_auth.h |
| +++ b/chrome/browser/signin/local_auth.h |
| @@ -33,6 +33,10 @@ bool ValidateLocalAuthCredentials(size_t profile_info_index, |
| bool ValidateLocalAuthCredentials(const Profile* profile, |
| const std::string& password); |
| +bool LocalAuthCredentialsExist(size_t info_index); |
|
Roger Tawa OOO till Jul 10th
2014/08/22 19:33:45
Please provide comment to describe arg.
Mike Lerman
2014/08/25 14:44:29
Done.
|
| + |
| +bool LocalAuthCredentialsExist(const Profile* profile); |
| + |
| } // namespace chrome |
| #endif // CHROME_BROWSER_SIGNIN_LOCAL_AUTH_H_ |