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..e660e4c5134398575a67488e9310144a15eb562a 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 profile_info_index); |
+ |
+bool LocalAuthCredentialsExist(const Profile* profile); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_SIGNIN_LOCAL_AUTH_H_ |