Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5046)

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 306053008: Rename AutofillManagerDelegate to AutofillClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4fad5077c0a401bbc9d89a628de1266d5339e126..b4bae5b3c7464f1ce80956bfb1528f3aaeea0b7c 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -60,9 +60,9 @@ class ChromePasswordManagerClient
// Hides any visible generation UI.
void HidePasswordGenerationPopup();
- static void CreateForWebContentsWithAutofillManagerDelegate(
+ static void CreateForWebContentsWithAutofillClient(
content::WebContents* contents,
- autofill::AutofillManagerDelegate* delegate);
+ autofill::AutofillClient* autofill_client);
// Convenience method to allow //chrome code easy access to a PasswordManager
// from a WebContents instance.
@@ -78,9 +78,8 @@ class ChromePasswordManagerClient
void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer);
private:
- ChromePasswordManagerClient(
- content::WebContents* web_contents,
- autofill::AutofillManagerDelegate* autofill_manager_delegate);
+ ChromePasswordManagerClient(content::WebContents* web_contents,
+ autofill::AutofillClient* autofill_client);
friend class content::WebContentsUserData<ChromePasswordManagerClient>;
// content::WebContentsObserver overrides.

Powered by Google App Engine
This is Rietveld 408576698