| Index: chrome/browser/password_manager/chrome_password_manager_client.h
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| index 4fbed6456314c0040b13d594b7530235b68bdb79..ccab0ed889b6a91e57faf6bfb7e557dfbab87a5b 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -138,6 +138,10 @@ class ChromePasswordManagerClient
|
| // Google property.
|
| bool LastLoadWasTransactionalReauthPage() const;
|
|
|
| + // Returns true if |url| is the reauth page for accessing the password
|
| + // website.
|
| + bool IsURLPasswordWebsiteReauth(const GURL& url) const;
|
| +
|
| // Sets |autofill_state_| based on experiment and flag values.
|
| void SetUpAutofillSyncState();
|
|
|
|
|