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 1a8b5c2b38b6ab9fc628cae44714e81d6e216052..24c65930fd6d2aba016c5ab94e55fb8717c50484 100644 |
--- a/chrome/browser/password_manager/chrome_password_manager_client.h |
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h |
@@ -59,6 +59,10 @@ class ChromePasswordManagerClient |
// Hides any visible generation UI. |
void HidePasswordGenerationPopup(); |
+ static void CreateForWebContentsWithAutofillManagerDelegate( |
+ content::WebContents* contents, |
+ autofill::AutofillManagerDelegate* delegate); |
+ |
// Convenience method to allow //chrome code easy access to a PasswordManager |
// from a WebContents instance. |
static password_manager::PasswordManager* GetManagerFromWebContents( |
@@ -73,7 +77,9 @@ class ChromePasswordManagerClient |
void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer); |
private: |
- explicit ChromePasswordManagerClient(content::WebContents* web_contents); |
+ ChromePasswordManagerClient( |
+ content::WebContents* web_contents, |
+ autofill::AutofillManagerDelegate* autofill_manager_delegate); |
friend class content::WebContentsUserData<ChromePasswordManagerClient>; |
// content::WebContentsObserver overrides. |