| Index: chrome/browser/ui/login/login_prompt.h
|
| diff --git a/chrome/browser/ui/login/login_prompt.h b/chrome/browser/ui/login/login_prompt.h
|
| index 2da56397dd64f44a5e33050d0fd0b357fb72278c..b7e6c982b57f50c0161030a52377cf85f8593904 100644
|
| --- a/chrome/browser/ui/login/login_prompt.h
|
| +++ b/chrome/browser/ui/login/login_prompt.h
|
| @@ -56,6 +56,9 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
|
| // Returns the WebContents that needs authentication.
|
| content::WebContents* GetWebContentsForLogin() const;
|
|
|
| + // Returns the PasswordManager for the render frame that needs login.
|
| + password_manager::PasswordManager* GetPasswordManagerForLogin();
|
| +
|
| // Resend the request with authentication credentials.
|
| // This function can be called from either thread.
|
| void SetAuth(const base::string16& username, const base::string16& password);
|
|
|